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

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp179 /// numOfSymbols - return the number of symbols in symtab
180 size_t Archive::numOfSymbols() const function in class:Archive
200 assert(pSymIdx < numOfSymbols());
207 assert(pSymIdx < numOfSymbols());
214 assert(pSymIdx < numOfSymbols());
222 assert(pSymIdx < numOfSymbols());
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp241 size_t SymbolCategory::numOfSymbols() const function in class:SymbolCategory

Completed in 39 milliseconds