Home
last modified time | relevance | path

Searched defs:printSectionHeaders (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anon9489aca50111::WasmDumper
H A DMachODumper.cpp466 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.cpp145 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
1174 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders() function in XCOFFDumper
H A DCOFFDumper.cpp1505 void COFFDumper::printSectionHeaders() { in printSectionHeaders() function in COFFDumper
H A DELFDumper.cpp4018 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.cpp2593 void objdump::printSectionHeaders(ObjectFile &Obj) { in printSectionHeaders() function in objdump