Lines Matching defs:ModuleID
100 const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID,
169 auto ModHash = Index.getModuleHash(ModuleID);
1466 auto ModuleID = BM.getModuleIdentifier();
1469 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str()))
1473 if (!Cache.isValid() || !CombinedIndex.modulePaths().count(ModuleID) ||
1474 all_of(CombinedIndex.getModuleHash(ModuleID),
1482 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR,
1484 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, Key, ModuleID);
1580 auto ModuleID = BM.getModuleIdentifier();
1585 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str()))
1591 if (!CGCache.isValid() || !CombinedIndex.modulePaths().count(ModuleID) ||
1592 all_of(CombinedIndex.getModuleHash(ModuleID),
1600 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR,
1603 CGCache(Task, CGKey, ModuleID);
1611 IRCache(Task, IRKey, ModuleID);
1674 auto ModuleID = BM.getModuleIdentifier();
1675 if (!Cache.isValid() || !CombinedIndex.modulePaths().count(ModuleID) ||
1676 all_of(CombinedIndex.getModuleHash(ModuleID),
1685 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR,
1689 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, Key, ModuleID);