Searched refs:modulePaths (Results 1 – 18 of 18) sorted by relevance
106 ModulePaths.reserve(Index.modulePaths().size()); in DefinitionNotFoundInSummary()107 for (const auto &Entry : Index.modulePaths()) in DefinitionNotFoundInSummary()221 for (const auto &Entry : SummaryIndex->modulePaths()) { in main()
518 auto ModuleCount = Index.modulePaths().size(); in promote()546 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()568 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()591 auto ModuleCount = Index.modulePaths().size(); in emitImports()615 auto ModuleCount = Index.modulePaths().size(); in internalize()
340 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry()662 auto ModuleCount = Index.modulePaths().size(); in promote()713 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()747 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()780 auto ModuleCount = Index.modulePaths().size(); in emitImports()822 auto ModuleCount = Index.modulePaths().size(); in internalize()
1162 if (!Cache || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
324 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry()635 auto ModuleCount = Index.modulePaths().size(); in promote()685 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()717 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()750 auto ModuleCount = Index.modulePaths().size(); in emitImports()792 auto ModuleCount = Index.modulePaths().size(); in internalize()
1100 if (!Cache || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
418 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const { in modulePaths() function423 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() { in modulePaths() function
1350 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {1355 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
1239 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {1244 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
346 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex()
500 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex()
6049 if (TheIndex->modulePaths().empty()) in parseModule()6052 if (TheIndex->modulePaths().size() != 1) in parseModule()6054 auto &Hash = TheIndex->modulePaths().begin()->second.second; in parseModule()6406 if (LastSeenModulePath == TheIndex->modulePaths().end()) in parseModuleStringTable()6414 LastSeenModulePath = TheIndex->modulePaths().end(); in parseModuleStringTable()
1074 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()2879 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()2880 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
1030 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()2689 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()2690 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
467 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule()468 if (MPI == Index.modulePaths().end()) { in forEachModule()478 for (const auto &MPSE : Index.modulePaths()) in forEachModule()
477 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule()478 if (MPI == Index.modulePaths().end()) { in forEachModule()488 for (const auto &MPSE : Index.modulePaths()) in forEachModule()
851 const auto &ModPaths = Summary->modulePaths(); in checkCombinedSummaryForTesting()
3162 for (const auto &MPSE : Index.modulePaths()) { in writeModStrings()