Lines Matching refs:ExportList
229 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
252 for (auto F : ExportList) in ModuleCacheEntry()
334 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
631 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
635 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
640 const auto &ExportList = ExportLists.find(ModuleIdentifier); in internalize() local
641 return (ExportList != ExportLists.end() && in internalize()
642 ExportList->second.count(GUID)) || in internalize()
741 const auto &ExportList = ExportLists.find(ModuleIdentifier); in run() local
742 return (ExportList != ExportLists.end() && in run()
743 ExportList->second.count(GUID)) || in run()
779 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
785 ImportLists[ModuleIdentifier], ExportList, in run()
816 ExportList, GUIDPreservedSymbols, in run()