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

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp171 /// numOfSymbols - return the number of symbols in symtab
172 size_t Archive::numOfSymbols() const function in class:Archive
192 assert(pSymIdx < numOfSymbols());
199 assert(pSymIdx < numOfSymbols());
206 assert(pSymIdx < numOfSymbols());
214 assert(pSymIdx < numOfSymbols());
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp206 size_t SymbolCategory::numOfSymbols() const function in class:SymbolCategory

Completed in 24 milliseconds