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,
  238       MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
  295     MRE.r_word1 = (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
  306         canUseLocalRelocation(Section, *Symbol, Log2Size);
  362                  Fixup.getOffset() + (1ULL << Log2Size);
  381         (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);
  389     Log2Size = 2;
  402       (Index << 0) | (IsPCRel << 24) | (Log2Size << 25) | (Type << 28);