Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp63 void printSectionHeaders() override;
154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anon9489aca50111::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.cpp34 void printSectionHeaders() override;
49 template <typename T> void printSectionHeaders(ArrayRef<T> Sections);
145 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
147 printSectionHeaders(Obj.sections64()); in printSectionHeaders()
149 printSectionHeaders(Obj.sections32()); in printSectionHeaders()
1174 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders() function in XCOFFDumper
H A DObjDumper.h76 virtual void printSectionHeaders() = 0;
H A Dllvm-readobj.cpp423 Dumper->printSectionHeaders(); in dumpObject()
H A DCOFFDumper.cpp87 void printSectionHeaders() override;
1505 void COFFDumper::printSectionHeaders() { in printSectionHeaders() function in COFFDumper
H A DELFDumper.cpp579 void printSectionHeaders() override;
695 void printSectionHeaders() override;
4018 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in GNUELFDumper
7094 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in LLVMELFDumper
/freebsd/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) { in printSectionHeaders() function in objdump
3144 printSectionHeaders(*O); in dumpObject()
H A DMachODump.cpp2176 printSectionHeaders(*MachOOF); in ProcessMachO()