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

References

lib/Target/AArch64/MCTargetDesc/AArch64MachObjectWriter.cpp
  198   if (!getAArch64FixupKindMachOInfo(Fixup, Type, Target.getSymA(), Log2Size,
  209     Type = MachO::ARM64_RELOC_UNSIGNED;
  234       Type = MachO::ARM64_RELOC_POINTER_TO_GOT;
  238       MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
  291     Type = MachO::ARM64_RELOC_UNSIGNED;
  295     MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
  299     Type = MachO::ARM64_RELOC_SUBTRACTOR;
  372   if ((Type == MachO::ARM64_RELOC_BRANCH26 ||
  373        Type == MachO::ARM64_RELOC_PAGE21 ||
  374        Type == MachO::ARM64_RELOC_PAGEOFF12) &&
  381         (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
  385     Type = MachO::ARM64_RELOC_ADDEND;
  402       (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);