Lines Matching refs:ExportList
83 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
149 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
150 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1181 const FunctionImporter::ExportSetTy &ExportList,
1248 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1279 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1294 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1304 const FunctionImporter::ExportSetTy &ExportList, 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()
1399 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1533 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1534 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()