Searched refs:ModulePaths (Results 1 – 5 of 5) sorted by relevance
72 ModulePaths.reserve(VI.getSummaryList().size()); in DuplicateDefinitionInSummary()74 ModulePaths.push_back(S->modulePath().str()); in DuplicateDefinitionInSummary()75 llvm::sort(ModulePaths); in DuplicateDefinitionInSummary()81 for (const std::string &Path : ModulePaths) { in log()92 std::vector<std::string> ModulePaths; member in DuplicateDefinitionInSummary106 ModulePaths.reserve(Index.modulePaths().size()); in DefinitionNotFoundInSummary()108 ModulePaths.push_back(Entry.first().str()); in DefinitionNotFoundInSummary()109 llvm::sort(ModulePaths); in DefinitionNotFoundInSummary()115 for (const std::string &Path : ModulePaths) { in log()126 std::vector<std::string> ModulePaths; member in DefinitionNotFoundInSummary
571 std::vector<StringRef> ModulePaths; in exportToDot() 573 ModulePaths.push_back(ModPath); in exportToDot() 574 llvm::sort(ModulePaths); in exportToDot() 576 for (auto &ModPath : ModulePaths) in exportToDot() 560 std::vector<StringRef> ModulePaths; exportToDot() local
1104 std::vector<StringRef> ModulePaths; in processIndex() 1106 ModulePaths.push_back(ModPath); in processIndex() 1107 llvm::sort(ModulePaths.begin(), ModulePaths.end()); in processIndex() 1108 for (auto &ModPath : ModulePaths) in processIndex() 1102 std::vector<StringRef> ModulePaths; processIndex() local
580 std::vector<StringRef> ModulePaths; in getValueId() 582 ModulePaths.push_back(ModPath); in getValueId() 583 llvm::sort(ModulePaths.begin(), ModulePaths.end());584 for (auto &ModPath : ModulePaths) in valueIds() 561 std::vector<StringRef> ModulePaths; forEachModule() local
744 for (auto &ModulePath : ModulePaths) {