| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | ObjectFile.h | 51 class RelocationRef { 56 RelocationRef() = default; 59 bool operator==(const RelocationRef &Other) const; 76 using relocation_iterator = content_iterator<RelocationRef>; 286 friend class RelocationRef; variable 535 inline RelocationRef::RelocationRef(DataRefImpl RelocationP, in RelocationRef() function 540 inline bool RelocationRef::operator==(const RelocationRef &Other) const { 544 inline void RelocationRef::moveNext() { in moveNext() 548 inline uint64_t RelocationRef::getOffset() const { in getOffset() 552 inline symbol_iterator RelocationRef::getSymbol() const { in getSymbol() [all …]
|
| H A D | RelocationResolver.h | 42 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R,
|
| H A D | ELFObjectFile.h | 191 class ELFRelocationRef : public RelocationRef { 193 ELFRelocationRef(const RelocationRef &B) : RelocationRef(B) { in ELFRelocationRef() 194 assert(isa<ELFObjectFileBase>(RelocationRef::getObject())); in ELFRelocationRef() 198 return cast<ELFObjectFileBase>(RelocationRef::getObject()); in getObject() 209 : relocation_iterator(RelocationRef( in elf_relocation_iterator() 949 return relocation_iterator(RelocationRef()); in section_rel_begin() 953 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_begin() 972 return relocation_iterator(RelocationRef(RelData, this)); in section_rel_end()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFRelocMap.h | 22 object::RelocationRef Reloc; 24 Optional<object::RelocationRef> Reloc2;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | WasmDump.h | 21 class RelocationRef; variable 27 const object::RelocationRef &RelRef,
|
| H A D | COFFDump.h | 22 class RelocationRef; variable 27 const object::RelocationRef &Rel,
|
| H A D | ELFDump.h | 22 class RelocationRef; variable 28 const object::RelocationRef &Rel,
|
| H A D | MachODump.h | 24 class RelocationRef; variable 59 const object::RelocationRef &RelRef,
|
| H A D | llvm-objdump.h | 28 class RelocationRef; variable 131 bool isRelocAddressLess(object::RelocationRef A, object::RelocationRef B);
|
| H A D | COFFDump.cpp | 178 static Error resolveSymbol(const std::vector<RelocationRef> &Rels, in resolveSymbol() 196 const std::vector<RelocationRef> &Rels, uint64_t Offset, in getSectionContents() 210 static Error resolveSymbolName(const std::vector<RelocationRef> &Rels, in resolveSymbolName() 223 const std::vector<RelocationRef> &Rels, in printCOFFSymbolAddress() 449 std::vector<RelocationRef> &Rels, in getPDataSection() 477 const RelocationRef &Rel, in getCOFFRelocationValueString() 556 const std::vector<RelocationRef> &Rels) { in printRuntimeFunctionRels() 607 std::vector<RelocationRef> Rels; in printCOFFUnwindInfo()
|
| H A D | llvm-objdump.cpp | 374 bool objdump::isRelocAddressLess(RelocationRef A, RelocationRef B) { in isRelocAddressLess() 378 static Error getRelocationValueString(const RelocationRef &Rel, in getRelocationValueString() 397 static bool getHidden(RelocationRef RelRef) { in getHidden() 543 std::vector<RelocationRef>::const_iterator RelEnd = Rels->end(); in printInst() 834 static std::map<SectionRef, std::vector<RelocationRef>> 836 std::map<SectionRef, std::vector<RelocationRef>> Ret; in getRelocsMap() 850 std::vector<RelocationRef> &V = Ret[*Relocated]; in getRelocsMap() 1116 std::map<SectionRef, std::vector<RelocationRef>> RelocMap; in disassembleObject() 1296 std::vector<RelocationRef> Rels = RelocMap[Section]; in disassembleObject() 1754 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() [all …]
|
| H A D | XCOFFDump.h | 29 const object::RelocationRef &RelRef,
|
| H A D | WasmDump.cpp | 32 const RelocationRef &RelRef, in getWasmRelocationValueString()
|
| H A D | XCOFFDump.cpp | 23 const RelocationRef &Rel, in getXCOFFRelocationValueString()
|
| H A D | ELFDump.cpp | 57 const RelocationRef &RelRef, in getRelocationValueString() 131 const RelocationRef &Rel, in getELFRelocationValueString()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | WasmDumper.cpp | 70 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc); 84 const RelocationRef &Reloc) { in printRelocation() 130 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() 205 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders()
|
| H A D | llvm-readobj.h | 20 class RelocationRef; variable
|
| H A D | MachODumper.cpp | 56 void printRelocation(const RelocationRef &Reloc); 58 void printRelocation(const MachOObjectFile *Obj, const RelocationRef &Reloc); 491 for (const RelocationRef &Reloc : Section.relocations()) in printSectionHeaders() 518 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() 535 void MachODumper::printRelocation(const RelocationRef &Reloc) { in printRelocation() 540 const RelocationRef &Reloc) { in printRelocation()
|
| H A D | COFFDumper.cpp | 115 void printRelocation(const SectionRef &Section, const RelocationRef &Reloc, 180 typedef DenseMap<const coff_section*, std::vector<RelocationRef> > RelocMapTy; 601 llvm::sort(RelocMap[Section], [](RelocationRef L, RelocationRef R) { in cacheRelocations() 1385 for (const RelocationRef &Reloc : Sec.relocations()) in printSectionHeaders() 1416 for (const RelocationRef &Reloc : Section.relocations()) { in printRelocations() 1434 const RelocationRef &Reloc, uint64_t Bias) { in printRelocation()
|
| /freebsd-13.1/contrib/llvm-project/lld/ELF/ |
| H A D | DWARF.cpp | 131 return RelocAddrEntry{secIndex, RelocationRef(d, nullptr), in findAux() 132 val, Optional<object::RelocationRef>(), in findAux()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 161 bool relocationNeedsGot(const RelocationRef &R) const override; 162 bool relocationNeedsStub(const RelocationRef &R) const override;
|
| H A D | RuntimeDyldImpl.h | 439 virtual bool relocationNeedsGot(const RelocationRef &R) const { in relocationNeedsGot() 444 virtual bool relocationNeedsStub(const RelocationRef &R) const { in relocationNeedsStub()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 334 return relocation_iterator(RelocationRef()); in section_rel_begin() 337 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_begin() 346 return relocation_iterator(RelocationRef()); in section_rel_end() 349 return relocation_iterator(RelocationRef(Ret, this)); in section_rel_end()
|
| H A D | RelocationResolver.cpp | 18 static int64_t getELFAddend(RelocationRef R) { in getELFAddend() 736 uint64_t resolveRelocation(RelocationResolver Resolver, const RelocationRef &R, in resolveRelocation()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 89 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocatedSymbols() 113 for (const object::RelocationRef &Reloc : SR.relocations()) { in collectRelocationOffsets()
|