4 references to getCallConv
ILCompiler.ReadyToRun (4)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3589if (((int)callSig->getCallConv() & 0xF) != 0) 3632if (((int)callSig->getCallConv() & 0xF) != 0)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoTypes.cs (2)
128private bool isVarArg() { return ((getCallConv() == CorInfoCallConv.CORINFO_CALLCONV_VARARG) || (getCallConv() == CorInfoCallConv.CORINFO_CALLCONV_NATIVEVARARG)); }