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

References

lib/Object/COFFObjectFile.cpp
 1242     LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_SECREL_LOW12L);
lib/ObjectYAML/COFFYAML.cpp
  214   ECase(IMAGE_REL_ARM64_SECREL_LOW12L);
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
   94         return COFF::IMAGE_REL_ARM64_SECREL_LOW12L;
tools/lld/COFF/Chunks.cpp
  308   case IMAGE_REL_ARM64_SECREL_LOW12L:  applySecRelLdr(this, off, os, s); break;