Home
last modified time | relevance | path

Searched refs:printSectionHeaders (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp63 void printSectionHeaders() override;
154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anond31f2e700111::WasmDumper
H A DMachODumper.cpp34 void printSectionHeaders() override;
73 void printSectionHeaders(const MachOObjectFile *Obj);
466 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); } in printSectionHeaders() function in MachODumper
468 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) { in printSectionHeaders() function in MachODumper
H A DXCOFFDumper.cpp35 void printSectionHeaders() override;
50 template <typename T> void printSectionHeaders(ArrayRef<T> Sections);
146 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
148 printSectionHeaders(Obj.sections64()); in printSectionHeaders()
150 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
1196 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders()
1191 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { printSectionHeaders() function in XCOFFDumper
H A DObjDumper.h76 virtual void printSectionHeaders() = 0;
H A Dllvm-readobj.cpp429 Dumper->printSectionHeaders(); in dumpObject()
H A DCOFFDumper.cpp88 void printSectionHeaders() override;
1185 // Print the section to allow correlation with printSectionHeaders. in printCodeViewSymbolSection()
1551 void COFFDumper::printSectionHeaders() { in printSectionHeaders()
1508 void COFFDumper::printSectionHeaders() { printSectionHeaders() function in COFFDumper
H A DELFDumper.cpp591 void printSectionHeaders() override;
707 void printSectionHeaders() override;
4113 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders()
7279 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders()
4097 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { printSectionHeaders() function in GNUELFDumper
7250 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { printSectionHeaders() function in LLVMELFDumper
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h119 void printSectionHeaders(object::ObjectFile &O);
H A Dllvm-objdump.cpp2745 void objdump::printSectionHeaders(ObjectFile &Obj) { in printSectionHeaders()
3300 printSectionHeaders(*O); in dumpObject()
2741 void objdump::printSectionHeaders(ObjectFile &Obj) { printSectionHeaders() function in objdump
H A DMachODump.cpp2176 printSectionHeaders(*MachOOF); in ProcessMachO()