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

References

lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOI386.h
   58     UNIMPLEMENTED_RELOC(MachO::GENERIC_RELOC_TLV);
   60       if (RelType > MachO::GENERIC_RELOC_TLV)
lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
  499       (IsPCRel << 24) | (Log2Size << 25) | (MachO::GENERIC_RELOC_TLV << 28);
tools/lld/lib/ReaderWriter/MachO/MachONormalizedFileYAML.cpp
  407                                   llvm::MachO::GENERIC_RELOC_TLV);
tools/lld/unittests/MachOTests/MachONormalizedFileBinaryWriterTests.cpp
  255     text.relocations.push_back(makeReloc(0x12, true, true, GENERIC_RELOC_TLV, 1));
  326   EXPECT_EQ(tlv.type, GENERIC_RELOC_TLV);
tools/llvm-objdump/MachODump.cpp
  615       case MachO::GENERIC_RELOC_TLV: {