Lines Matching defs:ExportList
95 const FunctionImporter::ExportSetTy &ExportList,
165 // TODO: `ExportList` is determined by `ImportList`. Since `ImportList` is
166 // used to compute cache key, we could omit hashing `ExportList` here.
168 ExportsGUID.reserve(ExportList.size());
169 for (const auto &VI : ExportList)
1391 const FunctionImporter::ExportSetTy &ExportList,
1463 const FunctionImporter::ExportSetTy &ExportList,
1494 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs,
1509 const FunctionImporter::ExportSetTy &ExportList,
1519 const FunctionImporter::ExportSetTy &ExportList,
1528 AddStream, Cache, Task, BM, CombinedIndex, ImportList, ExportList,
1540 BM, std::ref(CombinedIndex), std::ref(ImportList), std::ref(ExportList),
1632 const FunctionImporter::ExportSetTy &ExportList,
1815 const auto &ExportList = ExportLists.find(ModuleIdentifier);
1816 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) ||