Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Delf2yaml.cpp31 std::error_code dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab,
154 ELFDumper<ELFT>::dumpSymbol(&Sym, Symtab, StrTable, S)) in dump()
178 ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol() function in ELFDumper
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp67 Error dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab,
652 if (auto EC = dumpSymbol(&Sym, Symtab, StrTable, S)) in dumpSymbols()
661 Error ELFDumper<ELFT>::dumpSymbol(const Elf_Sym *Sym, const Elf_Shdr *SymTab, in dumpSymbol() function in ELFDumper