Searched refs:modulePaths (Results 1 – 11 of 11) sorted by relevance
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()
306 if (!Index.modulePaths().count(ModuleID)) in ModuleCacheEntry()657 auto ModuleCount = Index.modulePaths().size(); in promote()697 auto ModuleCount = Index.modulePaths().size(); in crossModuleImport()726 auto ModuleCount = Index.modulePaths().size(); in gatherImportedSummariesForModule()749 auto ModuleCount = Index.modulePaths().size(); in emitImports()779 auto ModuleCount = Index.modulePaths().size(); in internalize()
971 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
1005 const StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() const {1010 StringMap<std::pair<uint64_t, ModuleHash>> &modulePaths() {
346 for (auto &ModPath : Index.modulePaths()) { in loadAllFilesForIndex()
431 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()
1017 for (auto &ModPath : TheIndex->modulePaths()) in processIndex()2609 moduleVec.resize(TheIndex->modulePaths().size()); in printModuleSummaryIndex()2610 for (auto &ModPath : TheIndex->modulePaths()) in printModuleSummaryIndex()
462 const auto &MPI = Index.modulePaths().find(M.first); in forEachModule()463 if (MPI == Index.modulePaths().end()) { in forEachModule()473 for (const auto &MPSE : Index.modulePaths()) in forEachModule()
3162 for (const auto &MPSE : Index.modulePaths()) { in writeModStrings()