Lines Matching refs:ExportList
362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
387 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
482 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
659 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
660 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
882 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
886 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1133 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1139 ImportLists[ModuleIdentifier], ExportList, in run()
1185 ExportList, GUIDPreservedSymbols, in run()