Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp31 void printRelocations() override;
46 void printRelocations(ArrayRef<XCOFFSectionHeader32> Sections);
105 void XCOFFDumper::printRelocations() { in printRelocations() function in XCOFFDumper
109 printRelocations(Obj.sections32()); in printRelocations()
124 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 __anon89f8c3880111::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.cpp520 Dumper->printRelocations(); in dumpObject()
H A DCOFFDumper.cpp87 void printRelocations() override;
1407 void COFFDumper::printRelocations() { in printRelocations() function in COFFDumper
H A DELFDumper.cpp536 void printRelocations() override;
651 void printRelocations() override;
3483 template <class ELFT> void GNUELFDumper<ELFT>::printRelocations() { in printRelocations() function in GNUELFDumper
6292 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations() function in LLVMELFDumper
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h132 void printRelocations(const object::ObjectFile *O);
H A Dllvm-objdump.cpp1638 void objdump::printRelocations(const ObjectFile *Obj) { in printRelocations() function in objdump
2249 printRelocations(O); in dumpObject()