Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp349 template <typename ELFT> class GNUStyle : public DumpStyle<ELFT> { class
355 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in GNUStyle() function in __anond329e2bf0111::GNUStyle
1440 ELFDumperStyle.reset(new GNUStyle<ELFT>(Writer, this)); in ELFDumper()
2485 template <class ELFT> void GNUStyle<ELFT>::printFileHeaders(const ELFO *Obj) { in printFileHeaders()
2605 template <class ELFT> void GNUStyle<ELFT>::printGroupSections(const ELFO *Obj) { in printGroupSections()
2634 void GNUStyle<ELFT>::printRelocation(const ELFO *Obj, const Elf_Shdr *SymTab, in printRelocation()
2685 template <class ELFT> void GNUStyle<ELFT>::printRelocHeader(unsigned SType) { in printRelocHeader()
2706 template <class ELFT> void GNUStyle<ELFT>::printRelocations(const ELFO *Obj) { in printRelocations()
2875 template <class ELFT> void GNUStyle<ELFT>::printSections(const ELFO *Obj) { in printSections()
2957 void GNUStyle<ELFT>::printSymtabMessage(const ELFO *Obj, StringRef Name, in printSymtabMessage()
[all …]
/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 __anon79be9f670111::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 …]