Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anon2fc4afd40111::WasmDumper
H A DXCOFFDumper.cpp144 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
1173 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { in printSectionHeaders() function in XCOFFDumper
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 DCOFFDumper.cpp1417 void COFFDumper::printSectionHeaders() { in printSectionHeaders() function in COFFDumper
H A DELFDumper.cpp3703 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in GNUELFDumper
6678 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders() function in LLVMELFDumper
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2262 void objdump::printSectionHeaders(ObjectFile &Obj) { in printSectionHeaders() function in objdump