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

/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h108 typedef std::vector<Symbol*> SymTabType; typedef in class:mcld::Archive
168 SymTabType& getSymbolTable();
171 const SymTabType& getSymbolTable() const;
231 SymTabType m_SymTab;
/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp142 Archive::SymTabType& Archive::getSymbolTable() {
147 const Archive::SymTabType& Archive::getSymbolTable() const {

Completed in 4192 milliseconds