Home
last modified time | relevance | path

Searched defs:printSections (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp429 void MachODumper::printSections() { in printSections() function in MachODumper
433 void MachODumper::printSections(const MachOObjectFile *Obj) { in printSections() function in MachODumper
H A DELFDumper.cpp1463 void ELFDumper<ELFT>::printSections() { in printSections() function in ELFDumper
2633 template <class ELFT> void GNUStyle<ELFT>::printSections(const ELFO *Obj) { in printSections() function in GNUStyle
3316 template <class ELFT> void LLVMStyle<ELFT>::printSections(const ELFO *Obj) { in printSections() function in LLVMStyle
H A DCOFFDumper.cpp1101 void COFFDumper::printSections() { in printSections() function in COFFDumper