Lines Matching refs:ExportList
300 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
325 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
386 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
408 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
570 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalizeAndPromoteInIndex() local
571 return (ExportList != ExportLists.end() && in internalizeAndPromoteInIndex()
572 ExportList->second.count(GUID)) || in internalizeAndPromoteInIndex()
754 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
758 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
942 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
948 ImportLists[ModuleIdentifier], ExportList, in run()
995 ExportList, GUIDPreservedSymbols, in run()