Home
last modified time | relevance | path

Searched refs:sym_count (Results 1 – 1 of 1) sorted by relevance

/external/llvm/tools/gold/
Dgold-plugin.cpp288 unsigned sym_count = lto_module_get_num_symbols(M); in claim_file_hook() local
289 cf.syms.reserve(sym_count); in claim_file_hook()
291 for (unsigned i = 0; i != sym_count; ++i) { in claim_file_hook()