Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp31 void printRelocations() override;
47 void printRelocations(ArrayRef<XCOFFSectionHeader32> Sections);
106 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
110 printRelocations(Obj.sections32()); in printRelocations()
125 void XCOFFDumper::printRelocations(ArrayRef<XCOFFSectionHeader32> Sections) { in printRelocations() function in XCOFFDumper
H A DWasmDumper.cpp64 void printRelocations() override;
120 void WasmDumper::printRelocations() { in printRelocations() function in __anon9156bb110111::WasmDumper
H A DObjDumper.h44 virtual void printRelocations() = 0;
H A DMachODumper.cpp34 void printRelocations() override;
511 void MachODumper::printRelocations() { in printRelocations() function in MachODumper
H A Dllvm-readobj.cpp367 Dumper->printRelocations(); in dumpObject()
H A DCOFFDumper.cpp87 void printRelocations() override;
1407 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
H A DELFDumper.cpp550 void printRelocations() override;
666 void printRelocations() override;
3499 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { in printRelocations() function in GNUELFDumper
6336 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations() function in LLVMELFDumper
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h132 void printRelocations(const object::ObjectFile *O);
H A Dllvm-objdump.cpp1719 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations() function in objdump
2332 printRelocations(O); in dumpObject()