Searched defs:getSymbolTable (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp157 /// getSymbolTable - get the symtab
158 Archive::SymTabType& Archive::getSymbolTable() function in class:Archive
163 /// getSymbolTable - get the symtab
164 const Archive::SymTabType& Archive::getSymbolTable() const function in class:Archive
/frameworks/compile/mclinker/include/mcld/
H A DModule.h139 const SymbolTable& getSymbolTable() const { return m_SymbolTable; } function in class:mcld::Module
140 SymbolTable& getSymbolTable() { return m_SymbolTable; } function in class:mcld::Module

Completed in 4850 milliseconds