Lines Matching refs:ExportList
398 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
423 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
484 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
514 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
693 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
694 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
915 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
919 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1151 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1157 ImportLists[ModuleIdentifier], ExportList, in run()
1203 ExportList, GUIDPreservedSymbols, in run()