Lines Matching refs:ExportList
81 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
148 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
149 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1169 const FunctionImporter::ExportSetTy &ExportList,
1208 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1234 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1245 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1255 const FunctionImporter::ExportSetTy &ExportList, in start()
1264 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1276 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1346 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1488 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1489 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()