Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
DXCOFFDumper.cpp30 void printSectionHeaders() override;
40 template <typename T> void printSectionHeaders(ArrayRef<T> Sections);
99 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
101 printSectionHeaders(Obj.sections64()); in printSectionHeaders()
103 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
527 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders() function in XCOFFDumper
DWasmDumper.cpp63 void printSectionHeaders() override;
154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anon4f9191f50111::WasmDumper
DMachODumper.cpp33 void printSectionHeaders() override;
60 void printSectionHeaders(const MachOObjectFile *Obj);
453 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); } in printSectionHeaders() function in MachODumper
455 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) { in printSectionHeaders() function in MachODumper
DObjDumper.h43 virtual void printSectionHeaders() = 0;
Dllvm-readobj.cpp355 Dumper->printSectionHeaders(); in dumpObject()
DCOFFDumper.cpp86 void printSectionHeaders() override;
1359 void COFFDumper::printSectionHeaders() { in printSectionHeaders() function in COFFDumper
DELFDumper.cpp551 void printSectionHeaders() override;
667 void printSectionHeaders() override;
3600 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in GNUELFDumper
6382 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in LLVMELFDumper
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
Dllvm-objdump.h134 void printSectionHeaders(const object::ObjectFile *O);
Dllvm-objdump.cpp1824 void objdump::printSectionHeaders(const ObjectFile *Obj) { in printSectionHeaders() function in objdump
2318 printSectionHeaders(O); in dumpObject()
DMachODump.cpp1962 printSectionHeaders(MachOOF); in ProcessMachO()