Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp23 class ELFDumper { class
49 ELFDumper(const object::ELFFile<ELFT> &O);
56 ELFDumper<ELFT>::ELFDumper(const object::ELFFile<ELFT> &O) in ELFDumper() function in ELFDumper
60 ErrorOr<ELFYAML::Object *> ELFDumper<ELFT>::dump() { in dump()
151 ELFDumper<ELFT>::dumpSymbol(&Sym, Symtab, StrTable, S)) in dump()
175 ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol()
204 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation()
229 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection()
256 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection()
275 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection()
[all …]
/external/llvm/tools/llvm-readobj/
DELFDumper.cpp98 class ELFDumper : public ObjDumper { class
100 ELFDumper(const ELFFile<ELFT> *Obj, ScopedPrinter &Writer);
247 void ELFDumper<ELFT>::printSymbolsHelper(bool IsDynamic) const { in printSymbolsHelper()
277 DumpStyle(ELFDumper<ELFT> *Dumper) : Dumper(Dumper) {} in DumpStyle()
295 const ELFDumper<ELFT> *dumper() const { return Dumper; } in dumper()
297 const ELFDumper<ELFT> *Dumper;
304 GNUStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in GNUStyle()
357 LLVMStyle(ScopedPrinter &W, ELFDumper<ELFT> *Dumper) in LLVMStyle()
387 Result.reset(new ELFDumper<ELFT>(Obj, Writer)); in createELFDumper()
418 void ELFDumper<ELFT>::LoadVersionNeeds(const Elf_Shdr *sec) const { in LoadVersionNeeds()
[all …]
DCMakeLists.txt13 ELFDumper.cpp