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

References

include/llvm/BinaryFormat/MachO.h
  428   ARM_RELOC_SECTDIFF = GENERIC_RELOC_SECTDIFF,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   45       if (RelType == MachO::GENERIC_RELOC_SECTDIFF ||
  113     case MachO::GENERIC_RELOC_SECTDIFF:
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  408     Type = A->isExternal() ? (unsigned)MachO::GENERIC_RELOC_SECTDIFF
  415   if (Type == MachO::GENERIC_RELOC_SECTDIFF ||
tools/dsymutil/DwarfLinker.cpp
  416     return RelocType == MachO::GENERIC_RELOC_SECTDIFF ||
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  247          (reloc.type == GENERIC_RELOC_SECTDIFF);
  368   case ((GENERIC_RELOC_SECTDIFF | rScattered | rLength4) << 16 |
  610               GENERIC_RELOC_SECTDIFF |  rScattered    | rLength4);
  616               GENERIC_RELOC_SECTDIFF |  rScattered    | rLength4);
  624               GENERIC_RELOC_SECTDIFF |  rScattered    | rLength4);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  403                                   llvm::MachO::GENERIC_RELOC_SECTDIFF);
tools/llvm-objdump/MachODump.cpp
  576     case MachO::GENERIC_RELOC_SECTDIFF: {
  935              (r_type == MachO::GENERIC_RELOC_SECTDIFF ||
 2647           if (r_type == MachO::GENERIC_RELOC_SECTDIFF ||
 2677     if (reloc_found && (r_type == MachO::GENERIC_RELOC_SECTDIFF ||