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

References

lib/Object/COFFObjectFile.cpp
 1241     LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_SECREL_HIGH12A);
lib/ObjectYAML/COFFYAML.cpp
  213   ECase(IMAGE_REL_ARM64_SECREL_HIGH12A);
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
   82         return COFF::IMAGE_REL_ARM64_SECREL_HIGH12A;
tools/lld/COFF/Chunks.cpp
  307   case IMAGE_REL_ARM64_SECREL_HIGH12A: applySecRelHigh12A(this, off, os, s); break;