Lines Matching refs:ImportList
82 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey() argument
167 ImportModulesVector.reserve(ImportList.size()); in computeLTOCacheKey()
169 for (ImportMapIteratorTy It = ImportList.begin(); It != ImportList.end(); in computeLTOCacheKey()
251 for (auto &ImpM : ImportList) in computeLTOCacheKey()
1180 const FunctionImporter::ImportMapTy &ImportList,
1188 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles() argument
1194 ImportList, ModuleToSummariesForIndex); in emitFiles()
1247 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread() argument
1259 ImportList, DefinedGlobals, &ModuleMap); in runThinLTOBackendThread()
1265 if (auto E = emitFiles(ImportList, ModuleID, ModuleID.str())) in runThinLTOBackendThread()
1278 computeLTOCacheKey(Key, Conf, CombinedIndex, ModuleID, ImportList, in runThinLTOBackendThread()
1293 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1303 const FunctionImporter::ImportMapTy &ImportList, in start()
1313 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1325 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1398 const FunctionImporter::ImportMapTy &ImportList, in start() argument
1409 if (auto E = emitFiles(ImportList, ModulePath, NewModulePath)) in start()