Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-readobj/
H A DWasmDumper.cpp154 void WasmDumper::printSectionHeaders() { in printSectionHeaders() function in __anond31f2e700111::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.cpp146 void XCOFFDumper::printSectionHeaders() { in printSectionHeaders() function in XCOFFDumper
1191 void XCOFFDumper::printSectionHeaders(ArrayRef<T> Sections) { printSectionHeaders() function in XCOFFDumper
H A DCOFFDumper.cpp1508 void COFFDumper::printSectionHeaders() { printSectionHeaders() function in COFFDumper
H A DELFDumper.cpp4097 template <class ELFT> void GNUELFDumper<ELFT>::printSectionHeaders() { printSectionHeaders() function in GNUELFDumper
7250 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { printSectionHeaders() function in LLVMELFDumper
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp2741 void objdump::printSectionHeaders(ObjectFile &Obj) { printSectionHeaders() function in objdump