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

References

lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
   96       Type = MachO::PPC_RELOC_BR24; // R_PPC_REL24
   99       Type = MachO::PPC_RELOC_BR14;
  106         Type = MachO::PPC_RELOC_HA16;
  109         Type = MachO::PPC_RELOC_LO16;
  112         Type = MachO::PPC_RELOC_HI16;
  126         Type = MachO::PPC_RELOC_HA16_SECTDIFF;
  129         Type = MachO::PPC_RELOC_LO16_SECTDIFF;
  132         Type = MachO::PPC_RELOC_HI16_SECTDIFF;
  142   return Type;