3 references to GetFileRelocationType
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\ObjectWriter.cs (1)
511
RelocType fileReloc = Relocation.
GetFileRelocationType
(reloc.RelocType);
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\PEObjectWriter.cs (1)
573
if (Relocation.
GetFileRelocationType
(reloc.Type) == reloc.Type)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmObjectWriter.cs (1)
779
RelocType fileRelocType = Relocation.
GetFileRelocationType
(reloc.Type);