4 references to CORJIT_FLAGS
ILCompiler.RyuJit (4)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
386
public delegate* unmanaged<IntPtr, IntPtr*,
CORJIT_FLAGS
*, uint, uint> getJitFlags;
3030
private static uint _getJitFlags(IntPtr thisHandle, IntPtr* ppException,
CORJIT_FLAGS
* flags, uint sizeInBytes)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (2)
4627
private uint getJitFlags(ref
CORJIT_FLAGS
flags, uint sizeInBytes)
4731
return (uint)sizeof(
CORJIT_FLAGS
);