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