Lines Matching defs:ExportList
359 const FunctionImporter::ExportSetTy &ExportList,
384 computeLTOCacheKey(Conf, Index, ModuleID, ImportList, ExportList,
431 const FunctionImporter::ExportSetTy &ExportList,
460 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
630 const auto &ExportList = ExportLists.find(ModuleIdentifier);
631 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) ||
878 auto &ExportList = ExportLists[ModuleIdentifier];
882 if (ExportList.empty() && GUIDPreservedSymbols.empty())
1128 auto &ExportList = ExportLists[ModuleIdentifier];
1134 ImportLists[ModuleIdentifier], ExportList,
1180 ExportList, GUIDPreservedSymbols,