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

/freebsd-current/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h120 void printSectionHeaders(object::ObjectFile &O);
H A Dllvm-objdump.cpp2593 void objdump::printSectionHeaders(ObjectFile &Obj) {
3144 printSectionHeaders(*O);
H A DMachODump.cpp2176 printSectionHeaders(*MachOOF);
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp63 void printSectionHeaders() override;
154 void WasmDumper::printSectionHeaders() { function in class:__anon3107::WasmDumper
H A DXCOFFDumper.cpp34 void printSectionHeaders() override;
49 template <typename T> void printSectionHeaders(ArrayRef<T> Sections);
145 void XCOFFDumper::printSectionHeaders() { function in class:XCOFFDumper
147 printSectionHeaders(Obj.sections64());
149 printSectionHeaders(Obj.sections32());
1174 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { function in class:XCOFFDumper
H A DObjDumper.h76 virtual void printSectionHeaders() = 0;
H A DMachODumper.cpp34 void printSectionHeaders() override;
73 void printSectionHeaders(const MachOObjectFile *Obj);
466 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); } function in class:MachODumper
468 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) { function in class:MachODumper
H A Dllvm-readobj.cpp423 Dumper->printSectionHeaders();
H A DCOFFDumper.cpp87 void printSectionHeaders() override;
1139 // Print the section to allow correlation with printSectionHeaders.
1505 void COFFDumper::printSectionHeaders() { function in class:COFFDumper
H A DELFDumper.cpp579 void printSectionHeaders() override;
695 void printSectionHeaders() override;
4018 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { function in class:GNUELFDumper
7094 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { function in class:LLVMELFDumper

Completed in 124 milliseconds