Lines Matching refs:ExportList
78 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
145 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
146 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1107 const FunctionImporter::ExportSetTy &ExportList,
1146 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1172 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1183 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1193 const FunctionImporter::ExportSetTy &ExportList, in start()
1202 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1214 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1284 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1422 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1423 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()