Searched refs:ELFDumper (Results 1 – 7 of 7) sorted by relevance
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 23 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() 154 ELFDumper<ELFT>::dumpSymbol(&Sym, Symtab, StrTable, S)) in dump() 178 ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol() 207 std::error_code ELFDumper<ELFT>::dumpRelocation(const RelT *Rel, in dumpRelocation() 232 std::error_code ELFDumper<ELFT>::dumpCommonSection(const Elf_Shdr *Shdr, in dumpCommonSection() 259 ELFDumper<ELFT>::dumpCommonRelocationSection(const Elf_Shdr *Shdr, in dumpCommonRelocationSection() 278 ELFDumper<ELFT>::dumpRelSection(const Elf_Shdr *Shdr) { in dumpRelSection() [all …]
|
/external/llvm-project/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 26 class ELFDumper { class 113 ELFDumper(const object::ELFFile<ELFT> &O, std::unique_ptr<DWARFContext> DCtx); 120 ELFDumper<ELFT>::ELFDumper(const object::ELFFile<ELFT> &O, in ELFDumper() function in ELFDumper 126 ELFDumper<ELFT>::getUniquedSectionName(const Elf_Shdr *Sec) { in getUniquedSectionName() 154 ELFDumper<ELFT>::getUniquedSymbolName(const Elf_Sym *Sym, StringRef StrTable, in getUniquedSymbolName() 188 bool ELFDumper<ELFT>::shouldPrintSection(const ELFYAML::Section &S, in shouldPrintSection() 273 template <class ELFT> Expected<ELFYAML::Object *> ELFDumper<ELFT>::dump() { in dump() 444 ELFDumper<ELFT>::dumpProgramHeaders( in dumpProgramHeaders() 483 Optional<DWARFYAML::Data> ELFDumper<ELFT>::dumpDWARFSections( in dumpDWARFSections() 522 ELFDumper<ELFT>::dumpPlaceholderSection(const Elf_Shdr *Shdr) { in dumpPlaceholderSection() [all …]
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 98 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 …]
|
D | CMakeLists.txt | 13 ELFDumper.cpp
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 264 template <typename ELFT> class ELFDumper : public ObjDumper { class 266 ELFDumper(const object::ELFObjectFile<ELFT> &ObjF, ScopedPrinter &Writer); 450 std::string ELFDumper<ELFT>::describe(const Elf_Shdr &Sec) const { in describe() 505 ELFDumper<ELFT>::getVersionTable(const Elf_Shdr &Sec, ArrayRef<Elf_Sym> *SymTab, in getVersionTable() 539 ELFDumper<ELFT>::getVersionDefinitions(const Elf_Shdr &Sec) const { in getVersionDefinitions() 624 ELFDumper<ELFT>::getVersionDependencies(const Elf_Shdr &Sec) const { in getVersionDependencies() 705 void ELFDumper<ELFT>::printSymbolsHelper(bool IsDynamic) const { in printSymbolsHelper() 753 DumpStyle(const ELFDumper<ELFT> &Dumper) in DumpStyle() 801 const ELFDumper<ELFT> &dumper() const { return Dumper; } in dumper() 834 const ELFDumper<ELFT> &Dumper; [all …]
|
D | CMakeLists.txt | 17 ELFDumper.cpp
|
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-readobj/ |
D | BUILD.gn | 38 "ELFDumper.cpp",
|