Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp300 template <typename ELFT> class GNUStyle : public DumpStyle<ELFT> { class
304 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in GNUStyle() function in __anon07d3185e0111::GNUStyle
1359 ELFDumperStyle.reset(new GNUStyle<ELFT>(Writer, this)); in ELFDumper()
2371 template <class ELFT> void GNUStyle<ELFT>::printFileHeaders(const ELFO *Obj) { in printFileHeaders()
2423 template <class ELFT> void GNUStyle<ELFT>::printGroupSections(const ELFO *Obj) { in printGroupSections()
2455 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, in printRelocation()
2518 template <class ELFT> void GNUStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations()
2633 template <class ELFT> void GNUStyle<ELFT>::printSections(const ELFO *Obj) { in printSections()
2713 void GNUStyle<ELFT>::printSymtabMessage(const ELFO *Obj, StringRef Name, in printSymtabMessage()
2728 std::string GNUStyle<ELFT>::getSymbolSectionNdx(const ELFO *Obj, in getSymbolSectionNdx()
[all …]