Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp246 size_t numDisplayedRefs = 0, numRefs = 0; in reportUndefinedSymbol() local
253 numRefs += totalLocations; in reportUndefinedSymbol()
259 if (numDisplayedRefs < numRefs) in reportUndefinedSymbol()
260 os << "\n>>> referenced " << numRefs - numDisplayedRefs << " more times"; in reportUndefinedSymbol()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackground.cpp333 Index.Refs->numRefs(), Index.Sources->size()); in index()
335 SPAN_ATTACH(Tracer, "refs", int(Index.Refs->numRefs())); in index()
H A DRef.h123 size_t numRefs() const { return NumRefs; } in numRefs() function
H A DFileIndex.cpp100 Syms.bytes(), Refs.size(), Refs.numRefs(), Refs.bytes(), in indexSymbols()
H A DSerialization.cpp732 size_t NumRefs = Refs.numRefs(); in loadIndex()