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

References

lib/Object/COFFObjectFile.cpp
 1240     LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_SECREL_LOW12A);
lib/ObjectYAML/COFFYAML.cpp
  212   ECase(IMAGE_REL_ARM64_SECREL_LOW12A);
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
   80         return COFF::IMAGE_REL_ARM64_SECREL_LOW12A;
tools/lld/COFF/Chunks.cpp
  306   case IMAGE_REL_ARM64_SECREL_LOW12A:  applySecRelLow12A(this, off, os, s); break;