OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sym_count
(Results
1 - 1
of
1
) sorted by null
/external/llvm/tools/gold/
gold-plugin.cpp
314
unsigned
sym_count
= M->getSymbolCount();
local
315
cf.syms.reserve(
sym_count
);
317
for (unsigned i = 0; i !=
sym_count
; ++i) {
Completed in 48 milliseconds