reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/COFFObjectFile.cpp
 1237     LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_PAGEOFFSET_12A);
lib/ObjectYAML/COFFYAML.cpp
  209   ECase(IMAGE_REL_ARM64_PAGEOFFSET_12A);
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
   84     return COFF::IMAGE_REL_ARM64_PAGEOFFSET_12A;
tools/lld/COFF/Chunks.cpp
  297   case IMAGE_REL_ARM64_PAGEOFFSET_12A: applyArm64Imm(off, s & 0xfff, 0); break;