3 references to CORINFO_FPSTRUCT_LOWERING
ILCompiler.RyuJit (3)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl_generated.cs (2)
334
public delegate* unmanaged<IntPtr, IntPtr*, CORINFO_CLASS_STRUCT_*,
CORINFO_FPSTRUCT_LOWERING
*, void> getFpStructLowering;
2271
private static void _getFpStructLowering(IntPtr thisHandle, IntPtr* ppException, CORINFO_CLASS_STRUCT_* structHnd,
CORINFO_FPSTRUCT_LOWERING
* pLowering)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (1)
3835
private void getFpStructLowering(CORINFO_CLASS_STRUCT_* structHnd, ref
CORINFO_FPSTRUCT_LOWERING
lowering)