Searched refs:SymRefs (Results 1 – 2 of 2) sorted by relevance
76 auto SymRefs = Refs.find(ReqID); in refs() local77 if (SymRefs == Refs.end()) in refs()79 for (const auto &O : SymRefs->second) { in refs()
144 for (const auto &SymRefs : *Index.Refs) { in FileShardedIndex()145 for (const auto &R : SymRefs.second) { in FileShardedIndex()148 RefToSymID[&R] = SymRefs.first; in FileShardedIndex()340 auto &SymRefs = Sym.second; in buildIndex() local342 llvm::sort(SymRefs); in buildIndex()343 llvm::copy(SymRefs, back_inserter(RefsStorage)); in buildIndex()346 llvm::ArrayRef<Ref>(&RefsStorage[RefsStorage.size() - SymRefs.size()], in buildIndex()347 SymRefs.size())); in buildIndex()