Lines Matching refs:LLVMELFDumper

685 template <typename ELFT> class LLVMELFDumper : public ELFDumper<ELFT> {  class
689 LLVMELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer) in LLVMELFDumper() function in __anonb9a7a8320111::LLVMELFDumper
761 template <typename ELFT> class JSONELFDumper : public LLVMELFDumper<ELFT> {
766 : LLVMELFDumper<ELFT>(ObjF, Writer) {} in JSONELFDumper()
801 return std::make_unique<LLVMELFDumper<ELFT>>(Obj, Writer); in createELFDumper()
6876 template <class ELFT> void LLVMELFDumper<ELFT>::printFileHeaders() { in printFileHeaders()
6982 template <class ELFT> void LLVMELFDumper<ELFT>::printGroupSections() { in printGroupSections()
7014 std::string LLVMELFDumper<ELFT>::getGroupSectionHeaderName() const { in getGroupSectionHeaderName()
7019 void LLVMELFDumper<ELFT>::printSectionGroupMembers(StringRef Name, in printSectionGroupMembers()
7024 template <class ELFT> void LLVMELFDumper<ELFT>::printRelocations() { in printRelocations()
7038 void LLVMELFDumper<ELFT>::printRelrReloc(const Elf_Relr &R) { in printRelrReloc()
7043 void LLVMELFDumper<ELFT>::printExpandedRelRelaReloc(const Relocation<ELFT> &R, in printExpandedRelRelaReloc()
7055 void LLVMELFDumper<ELFT>::printDefaultRelRelaReloc(const Relocation<ELFT> &R, in printDefaultRelRelaReloc()
7067 void LLVMELFDumper<ELFT>::printRelocationSectionInfo(const Elf_Shdr &Sec, in printRelocationSectionInfo()
7074 template <class ELFT> void LLVMELFDumper<ELFT>::printEmptyGroupMessage() const { in printEmptyGroupMessage()
7079 void LLVMELFDumper<ELFT>::printRelRelaReloc(const Relocation<ELFT> &R, in printRelRelaReloc()
7094 template <class ELFT> void LLVMELFDumper<ELFT>::printSectionHeaders() { in printSectionHeaders()
7156 void LLVMELFDumper<ELFT>::printSymbolSection( in printSymbolSection()
7207 void LLVMELFDumper<ELFT>::printSymbolOtherField(const Elf_Sym &Symbol) const { in printSymbolOtherField()
7214 void LLVMELFDumper<ELFT>::printZeroSymbolOtherField( in printZeroSymbolOtherField()
7223 void LLVMELFDumper<ELFT>::printSymbol(const Elf_Sym &Symbol, unsigned SymIndex, in printSymbol()
7251 void LLVMELFDumper<ELFT>::printSymbols(bool PrintSymbols, in printSymbols()
7264 template <class ELFT> void LLVMELFDumper<ELFT>::printDynamicTable() { in printDynamicTable()
7291 template <class ELFT> void LLVMELFDumper<ELFT>::printDynamicRelocations() { in printDynamicRelocations()
7300 void LLVMELFDumper<ELFT>::printProgramHeaders( in printProgramHeaders()
7308 template <class ELFT> void LLVMELFDumper<ELFT>::printProgramHeaders() { in printProgramHeaders()
7335 void LLVMELFDumper<ELFT>::printVersionSymbolSection(const Elf_Shdr *Sec) { in printVersionSymbolSection()
7369 void LLVMELFDumper<ELFT>::printVersionDefinitionSection(const Elf_Shdr *Sec) { in printVersionDefinitionSection()
7394 void LLVMELFDumper<ELFT>::printVersionDependencySection(const Elf_Shdr *Sec) { in printVersionDependencySection()
7424 void LLVMELFDumper<ELFT>::printHashHistogramStats(size_t NBucket, in printHashHistogramStats()
7451 const LLVMELFDumper<ELFT> *Dumper, in getSymbolIndices()
7495 template <class ELFT> void LLVMELFDumper<ELFT>::printCGProfile() { in printCGProfile()
7545 template <class ELFT> void LLVMELFDumper<ELFT>::printBBAddrMaps() { in printBBAddrMaps()
7608 template <class ELFT> void LLVMELFDumper<ELFT>::printAddrsig() { in printAddrsig()
7693 void LLVMELFDumper<ELFT>::printMemtag( in printMemtag()
7752 template <class ELFT> void LLVMELFDumper<ELFT>::printNotes() { in printNotes()
7842 template <class ELFT> void LLVMELFDumper<ELFT>::printELFLinkerOptions() { in printELFLinkerOptions()
7886 template <class ELFT> void LLVMELFDumper<ELFT>::printDependentLibs() { in printDependentLibs()
7893 template <class ELFT> void LLVMELFDumper<ELFT>::printStackSizes() { in printStackSizes()
7902 void LLVMELFDumper<ELFT>::printStackSizeEntry(uint64_t Size, in printStackSizeEntry()
7910 void LLVMELFDumper<ELFT>::printMipsGOT(const MipsGOTParser<ELFT> &Parser) { in printMipsGOT()
7972 void LLVMELFDumper<ELFT>::printMipsPLT(const MipsGOTParser<ELFT> &Parser) { in printMipsPLT()
8017 template <class ELFT> void LLVMELFDumper<ELFT>::printMipsABIFlags() { in printMipsABIFlags()