Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp98 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
475 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders() function in XCOFFDumper
H A DWasmDumper.cpp154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anon89f8c3880111::WasmDumper
H A DMachODumper.cpp453 void MachODumper::printSectionHeaders() { return printSectionHeaders(Obj); } in printSectionHeaders() function in MachODumper
455 void MachODumper::printSectionHeaders(const MachOObjectFile *Obj) { in printSectionHeaders() function in MachODumper
H A DCOFFDumper.cpp1359 void COFFDumper::printSectionHeaders() { in printSectionHeaders() function in COFFDumper
H A DELFDumper.cpp3584 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in GNUELFDumper
6338 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in LLVMELFDumper
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1743 void objdump::printSectionHeaders(const ObjectFile *Obj) { in printSectionHeaders() function in objdump