Lines Matching defs:ExportLists
628 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists;
632 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists,
634 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {}
637 const auto &ExportList = ExportLists.find(ModuleIdentifier);
638 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) ||
701 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
704 ExportLists);
718 Index, IsExported(ExportLists, GUIDPreservedSymbols),
753 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
756 ExportLists);
793 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
796 ExportLists);
831 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
834 ExportLists);
882 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
885 ExportLists);
886 auto &ExportList = ExportLists[ModuleIdentifier];
901 Index, IsExported(ExportLists, GUIDPreservedSymbols),
1082 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
1085 ExportLists);
1102 IsExported(ExportLists, GUIDPreservedSymbols),
1105 *Index, IsExported(ExportLists, GUIDPreservedSymbols),
1110 // Make sure that every module has an entry in the ExportLists, ImportList,
1115 ExportLists[ModuleIdentifier];
1139 auto &ExportList = ExportLists[ModuleIdentifier];