4 references to CPU_TYPE_ARM64
ILCompiler.Compiler (4)
Compiler\ObjectWriter\MachObjectWriter.Aot.cs (1)
281
if (_cpuType ==
CPU_TYPE_ARM64
)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\MachObjectWriter.cs (3)
82
_cpuType =
CPU_TYPE_ARM64
;
479
if (_cpuType ==
CPU_TYPE_ARM64
|| IsEhFrameSection(sectionIndex))
592
if (_cpuType ==
CPU_TYPE_ARM64
)