Lines Matching refs:ImportList
91 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
190 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
192 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
1378 const FunctionImporter::ImportMapTy &ImportList,
1386 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() argument
1392 ImportList, ModuleToSummariesForIndex); in emitFiles()
1445 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1457 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1463 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread()
1476 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
1491 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1501 const FunctionImporter::ImportMapTy &ImportList, in start()
1511 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1523 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1599 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1615 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()