Searched defs:GNUStyle (Results 1 - 1 of 1) sorted by relevance

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

Completed in 73 milliseconds