Searched refs:numRefs (Results 1 – 5 of 5) sorted by relevance
246 size_t numDisplayedRefs = 0, numRefs = 0; in reportUndefinedSymbol() local253 numRefs += totalLocations; in reportUndefinedSymbol()259 if (numDisplayedRefs < numRefs) in reportUndefinedSymbol()260 os << "\n>>> referenced " << numRefs - numDisplayedRefs << " more times"; in reportUndefinedSymbol()
333 Index.Refs->numRefs(), Index.Sources->size()); in index()335 SPAN_ATTACH(Tracer, "refs", int(Index.Refs->numRefs())); in index()
123 size_t numRefs() const { return NumRefs; } in numRefs() function
100 Syms.bytes(), Refs.size(), Refs.numRefs(), Refs.bytes(), in indexSymbols()
732 size_t NumRefs = Refs.numRefs(); in loadIndex()