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

/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp161 /// numOfSymbols - return the number of symbols in symtab
162 size_t Archive::numOfSymbols() const { function in class:mcld::Archive
179 assert(pSymIdx < numOfSymbols());
185 assert(pSymIdx < numOfSymbols());
191 assert(pSymIdx < numOfSymbols());
198 assert(pSymIdx < numOfSymbols());
/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp229 size_t SymbolCategory::numOfSymbols() const { function in class:mcld::SymbolCategory

Completed in 135 milliseconds