Lines Matching refs:ModuleID
103 const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, in computeLTOCacheKey() argument
172 auto ModHash = Index.getModuleHash(ModuleID); in computeLTOCacheKey()
1512 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
1515 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread()
1519 if (!Cache.isValid() || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
1520 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
1528 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread()
1530 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, Key, ModuleID); in runThinLTOBackendThread()
1626 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
1631 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread()
1637 if (!CGCache.isValid() || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
1638 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
1646 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread()
1649 CGCache(Task, CGKey, ModuleID); in runThinLTOBackendThread()
1657 IRCache(Task, IRKey, ModuleID); in runThinLTOBackendThread()
1720 auto ModuleID = BM.getModuleIdentifier(); in runThinLTOBackendThread() local
1721 if (!Cache.isValid() || !CombinedIndex.modulePaths().count(ModuleID) || in runThinLTOBackendThread()
1722 all_of(CombinedIndex.getModuleHash(ModuleID), in runThinLTOBackendThread()
1731 Conf, CombinedIndex, ModuleID, ImportList, ExportList, ResolvedODR, in runThinLTOBackendThread()
1735 Expected<AddStreamFn> CacheAddStreamOrErr = Cache(Task, Key, ModuleID); in runThinLTOBackendThread()
2223 StringRef ModuleID; member
2293 if (auto E = emitFiles(ImportList, J.ModuleID, J.ModuleID.str(), in start()
2397 JOS.value(J.ModuleID); in emitDistributorJson()
2398 Inputs.push_back(J.ModuleID); in emitDistributorJson()
2487 auto StreamOrErr = AddStream(Job.Task, Job.ModuleID); in wait()