Searched refs:ELFSoFileParser (Results 1 – 2 of 2) sorted by relevance
47 const std::set<std::string> &ELFSoFileParser<T>::GetFunctions() const { in GetFunctions()52 const std::set<std::string> &ELFSoFileParser<T>::GetGlobVars() const { in GetGlobVars()57 bool ELFSoFileParser<T>::IsSymbolExported(const Elf_Sym *elf_sym) const { in IsSymbolExported()68 void ELFSoFileParser<T>::GetSymbols() { in GetSymbols()90 return llvm::make_unique<ELFSoFileParser<T>>(elfo); in CreateELFSoFileParser()
112 class ELFSoFileParser : public SoFileParser {122 ELFSoFileParser(const ELFObjectFile<T> *obj) : obj_(obj) {} in ELFSoFileParser() function123 virtual ~ELFSoFileParser() override {}; in ~ELFSoFileParser()