8 references to CV_REG_NONE
ILCompiler.Compiler (8)
Compiler\ObjectWriter\CodeView\CodeViewNative.cs (2)
1053
CV_ARM_NOREG =
CV_REG_NONE
,
1245
CV_ARM64_NOREG =
CV_REG_NONE
,
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (6)
76
_ =>
CV_REG_NONE
,
99
_ =>
CV_REG_NONE
,
107
return
CV_REG_NONE
;
110
return
CV_REG_NONE
;
168
if (cvRegNum !=
CV_REG_NONE
)
184
if (cvRegNum !=
CV_REG_NONE
)