Lines Matching refs:LLVMELFDumper

658 template <typename ELFT> class LLVMELFDumper : public ELFDumper<ELFT> {  class
662 LLVMELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer) in LLVMELFDumper() function in __anon01236eac0111::LLVMELFDumper
712 template <typename ELFT> class JSONELFDumper : public LLVMELFDumper<ELFT> {
717 : LLVMELFDumper<ELFT>(ObjF, Writer) {} in JSONELFDumper()
738 return std::make_unique<LLVMELFDumper<ELFT>>(Obj, Writer); in createELFDumper()
6441 template <class ELFT> void LLVMELFDumper<ELFT>::printFileHeaders() { in printFileHeaders()
6538 template <class ELFT> void LLVMELFDumper<ELFT>::printGroupSections() { in printGroupSections()
6569 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations()
6587 void LLVMELFDumper<ELFT>::printRelrReloc(const Elf_Relr &R) { in printRelrReloc()
6592 void LLVMELFDumper<ELFT>::printRelRelaReloc(const Relocation<ELFT> &R, in printRelRelaReloc()
6615 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders()
6676 void LLVMELFDumper<ELFT>::printSymbolSection( in printSymbolSection()
6727 void LLVMELFDumper<ELFT>::printSymbol(const Elf_Sym &Symbol, unsigned SymIndex, in printSymbol()
6780 void LLVMELFDumper<ELFT>::printSymbols(bool PrintSymbols, in printSymbols()
6792 template <class ELFT> void LLVMELFDumper<ELFT>::printDynamicTable() { in printDynamicTable()
6819 template <class ELFT> void LLVMELFDumper<ELFT>::printDynamicRelocations() { in printDynamicRelocations()
6828 void LLVMELFDumper<ELFT>::printProgramHeaders( in printProgramHeaders()
6836 template <class ELFT> void LLVMELFDumper<ELFT>::printProgramHeaders() { in printProgramHeaders()
6863 void LLVMELFDumper<ELFT>::printVersionSymbolSection(const Elf_Shdr *Sec) { in printVersionSymbolSection()
6897 void LLVMELFDumper<ELFT>::printVersionDefinitionSection(const Elf_Shdr *Sec) { in printVersionDefinitionSection()
6922 void LLVMELFDumper<ELFT>::printVersionDependencySection(const Elf_Shdr *Sec) { in printVersionDependencySection()
6951 template <class ELFT> void LLVMELFDumper<ELFT>::printHashHistograms() { in printHashHistograms()
6960 const LLVMELFDumper<ELFT> *Dumper, in getSymbolIndices()
7004 template <class ELFT> void LLVMELFDumper<ELFT>::printCGProfile() { in printCGProfile()
7049 template <class ELFT> void LLVMELFDumper<ELFT>::printBBAddrMaps() { in printBBAddrMaps()
7096 template <class ELFT> void LLVMELFDumper<ELFT>::printAddrsig() { in printAddrsig()
7188 template <class ELFT> void LLVMELFDumper<ELFT>::printNotes() { in printNotes()
7272 template <class ELFT> void LLVMELFDumper<ELFT>::printELFLinkerOptions() { in printELFLinkerOptions()
7316 template <class ELFT> void LLVMELFDumper<ELFT>::printDependentLibs() { in printDependentLibs()
7323 template <class ELFT> void LLVMELFDumper<ELFT>::printStackSizes() { in printStackSizes()
7332 void LLVMELFDumper<ELFT>::printStackSizeEntry(uint64_t Size, in printStackSizeEntry()
7340 void LLVMELFDumper<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
7402 void LLVMELFDumper<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()
7447 template <class ELFT> void LLVMELFDumper<ELFT>::printMipsABIFlags() { in printMipsABIFlags()