Home
last modified time | relevance | path

Searched refs:printRelocations (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp35 void printRelocations() override;
62 void printRelocations(ArrayRef<Shdr> Sections);
132 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
134 printRelocations<XCOFFSectionHeader64, XCOFFRelocation64>(Obj.sections64()); in printRelocations()
136 printRelocations<XCOFFSectionHeader32, XCOFFRelocation32>(Obj.sections32()); in printRelocations()
177 void XCOFFDumper::printRelocations(ArrayRef<Shdr> Sections) { in printRelocations() function in XCOFFDumper
H A DWasmDumper.cpp64 void printRelocations() override;
120 void WasmDumper::printRelocations() { in printRelocations() function in __anon17b8940d0111::WasmDumper
H A DObjDumper.h80 virtual void printRelocations() = 0;
H A DMachODumper.cpp36 void printRelocations() override;
525 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
H A Dllvm-readobj.cpp422 Dumper->printRelocations(); in dumpObject()
H A DCOFFDumper.cpp88 void printRelocations() override;
1411 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
H A DELFDumper.cpp559 void printRelocations() override;
667 void printRelocations() override;
3594 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { in printRelocations() function in GNUELFDumper
6569 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations() function in LLVMELFDumper
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h125 void printRelocations(const object::ObjectFile *O);
H A Dllvm-objdump.cpp1918 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations() function in objdump
2597 printRelocations(O); in dumpObject()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h1604 void printRelocations(raw_ostream &OS, uint64_t Offset, uint64_t Size) const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1882 Function->printRelocations(OS, Offset, Size); in printInstruction()
H A DBinaryFunction.cpp651 void BinaryFunction::printRelocations(raw_ostream &OS, uint64_t Offset, in printRelocations() function in llvm::bolt::BinaryFunction