Searched refs:SymTabType (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h129 typedef std::vector<Symbol*> SymTabType; typedef in class:mcld::Archive
189 SymTabType& getSymbolTable();
192 const SymTabType& getSymbolTable() const;
253 SymTabType m_SymTab;
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp158 Archive::SymTabType& Archive::getSymbolTable()
164 const Archive::SymTabType& Archive::getSymbolTable() const

Completed in 34 milliseconds