Lines Matching refs:ExportList
95 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
168 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
169 for (const auto &VI : ExportList) in computeLTOCacheKey()
1391 const FunctionImporter::ExportSetTy &ExportList,
1463 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1494 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1509 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1519 const FunctionImporter::ExportSetTy &ExportList, 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()
1632 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1815 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1816 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()