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

References

include/llvm/BinaryFormat/MachO.h
  407   PPC_RELOC_PAIR = GENERIC_RELOC_PAIR,
  427   ARM_RELOC_PAIR = GENERIC_RELOC_PAIR,
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   56     UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_PAIR);
lib/Target/PowerPC/MCTargetDesc/PPCMachObjectWriter.cpp
  279     makeScatteredRelocationInfo(MRE, other_half, MachO::GENERIC_RELOC_PAIR,
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  432                    (MachO::GENERIC_RELOC_PAIR << 24) | // r_type
tools/lld/lib/ReaderWriter/MachO/ArchHandler_x86.cpp
  369          GENERIC_RELOC_PAIR | rScattered | rLength4):
  371          GENERIC_RELOC_PAIR | rScattered | rLength4):
  612               GENERIC_RELOC_PAIR     |  rScattered    | rLength4);
  619               GENERIC_RELOC_PAIR     |  rScattered    | rLength4);
  626               GENERIC_RELOC_PAIR     |  rScattered    | rLength4);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  401                                   llvm::MachO::GENERIC_RELOC_PAIR);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryReaderTests.cpp
  429   EXPECT_EQ(pair.type, GENERIC_RELOC_PAIR);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  254     text.relocations.push_back(makeScatReloc(0x0, GENERIC_RELOC_PAIR, 5));
  321   EXPECT_EQ(pic2.type, GENERIC_RELOC_PAIR);
tools/lld/unittests/MachOTests/MachONormalizedFileYAMLTests.cpp
  444   EXPECT_EQ((int)reloc3.type, (int)llvm::MachO::GENERIC_RELOC_PAIR);
tools/llvm-objdump/MachODump.cpp
  574     case MachO::GENERIC_RELOC_PAIR: // prints no info
  585       if (RType != MachO::GENERIC_RELOC_PAIR)
  606         if (RType != MachO::GENERIC_RELOC_PAIR)
  906              r_type == MachO::GENERIC_RELOC_PAIR) ||
tools/llvm-objdump/llvm-objdump.cpp
  523     return Type == MachO::GENERIC_RELOC_PAIR;