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

References

tools/llvm-objdump/MachODump.cpp
  902     if (r_scattered && cputype != MachO::CPU_TYPE_X86_64) {
  905         if ((cputype == MachO::CPU_TYPE_I386 &&
  907             (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR))
  919         PrintRLength(cputype, r_type, r_length, previous_arm_half);
  923         PrintRType(cputype, r_type);
  928           if ((cputype == MachO::CPU_TYPE_ARM &&
  931         } else if (cputype == MachO::CPU_TYPE_ARM &&
  934         if ((cputype == MachO::CPU_TYPE_I386 &&
  937             (cputype == MachO::CPU_TYPE_ARM &&
  947         if (cputype == MachO::CPU_TYPE_ARM &&
  965         if (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR)
  977         PrintRLength(cputype, r_type, r_length, previous_arm_half);
  982           PrintRType(cputype, r_type);
 1003           PrintRType(cputype, r_type);
 1007           if (cputype == MachO::CPU_TYPE_ARM && r_type == MachO::ARM_RELOC_PAIR)
 1009           else if ((cputype == MachO::CPU_TYPE_ARM64 ||
 1010                     cputype == MachO::CPU_TYPE_ARM64_32) &&
 1035         if (cputype == MachO::CPU_TYPE_ARM &&