Searched refs:ELFDumperStyle (Results 1 – 1 of 1) sorted by relevance
130 std::unique_ptr<DumpStyle<ELFT>> ELFDumperStyle; member in __anon07d3185e0111::ELFDumper267 ELFDumperStyle->printSymtabMessage(Obj, SymtabName, Entries); in printSymbolsHelper()269 ELFDumperStyle->printSymbol(Obj, &Sym, Syms.begin(), StrTable, IsDynamic); in printSymbolsHelper()1359 ELFDumperStyle.reset(new GNUStyle<ELFT>(Writer, this)); in ELFDumper()1361 ELFDumperStyle.reset(new LLVMStyle<ELFT>(Writer, this)); in ELFDumper()1459 ELFDumperStyle->printFileHeaders(Obj); in printFileHeaders()1464 ELFDumperStyle->printSections(Obj); in printSections()1469 ELFDumperStyle->printRelocations(Obj); in printRelocations()1473 ELFDumperStyle->printProgramHeaders(Obj); in printProgramHeaders()1477 ELFDumperStyle->printDynamicRelocations(Obj); in printDynamicRelocations()[all …]