Searched refs:sym_count (Results 1 – 1 of 1) sorted by relevance
288 unsigned sym_count = lto_module_get_num_symbols(M); in claim_file_hook() local289 cf.syms.reserve(sym_count); in claim_file_hook()291 for (unsigned i = 0; i != sym_count; ++i) { in claim_file_hook()