Lines Matching refs:ExportList
92 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
160 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
161 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1379 const FunctionImporter::ExportSetTy &ExportList,
1446 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1477 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1492 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1502 const FunctionImporter::ExportSetTy &ExportList, in start()
1511 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList, in start()
1523 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList), in start()
1600 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1783 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1784 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in runThinLTO()