Lines Matching defs:ExportLists
621 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists;
625 const DenseMap<StringRef, FunctionImporter::ExportSetTy> &ExportLists,
627 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {}
630 const auto &ExportList = ExportLists.find(ModuleIdentifier);
631 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) ||
694 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
697 ExportLists);
711 Index, IsExported(ExportLists, GUIDPreservedSymbols),
746 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
749 ExportLists);
786 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
789 ExportLists);
824 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
827 ExportLists);
874 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
877 ExportLists);
878 auto &ExportList = ExportLists[ModuleIdentifier];
893 Index, IsExported(ExportLists, GUIDPreservedSymbols),
1071 DenseMap<StringRef, FunctionImporter::ExportSetTy> ExportLists(ModuleCount);
1074 ExportLists);
1091 IsExported(ExportLists, GUIDPreservedSymbols),
1094 *Index, IsExported(ExportLists, GUIDPreservedSymbols),
1099 // Make sure that every module has an entry in the ExportLists, ImportList,
1104 ExportLists[ModuleIdentifier];
1128 auto &ExportList = ExportLists[ModuleIdentifier];