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