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