Lines Matching refs:ImportList
94 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
194 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
196 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
1390 const FunctionImporter::ImportMapTy &ImportList,
1398 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() argument
1406 ImportList, ModuleToSummariesForIndex, in emitFiles()
1462 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1474 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1480 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread()
1493 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
1508 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1518 const FunctionImporter::ImportMapTy &ImportList, in start()
1528 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1540 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1631 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1647 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()