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

References

lib/Object/COFFObjectFile.cpp
 1236     LLVM_COFF_SWITCH_RELOC_TYPE_NAME(IMAGE_REL_ARM64_REL21);
lib/ObjectYAML/COFFYAML.cpp
  208   ECase(IMAGE_REL_ARM64_REL21);
lib/Target/AArch64/MCTargetDesc/AArch64WinCOFFObjectWriter.cpp
   99     return COFF::IMAGE_REL_ARM64_REL21;
tools/lld/COFF/Chunks.cpp
  296   case IMAGE_REL_ARM64_REL21:          applyArm64Addr(off, s, p, 0); break;