Home
last modified time | relevance | path

Searched refs:printSections (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-readobj/
DObjDumper.h33 virtual void printSections() = 0;
DMachODumper.cpp35 void printSections() override;
60 void printSections(const MachOObjectFile *Obj);
429 void MachODumper::printSections() { in printSections() function in MachODumper
430 return printSections(Obj); in printSections()
433 void MachODumper::printSections(const MachOObjectFile *Obj) { in printSections() function in MachODumper
DELFDumper.cpp103 void printSections() override;
282 virtual void printSections(const ELFFile<ELFT> *Obj) = 0;
309 void printSections(const ELFO *Obj) override;
364 void printSections(const ELFO *Obj) override;
1463 void ELFDumper<ELFT>::printSections() { in printSections() function in ELFDumper
1464 ELFDumperStyle->printSections(Obj); in printSections()
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
Dllvm-readobj.cpp360 Dumper->printSections(); in dumpObject()
DCOFFDumper.cpp69 void printSections() override;
1101 void COFFDumper::printSections() { in printSections() function in COFFDumper