Lines Matching refs:ExportList
364 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
389 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
435 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
464 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
645 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
646 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
890 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
894 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1143 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1149 ImportLists[ModuleIdentifier], ExportList, in run()
1195 ExportList, GUIDPreservedSymbols, in run()