Lines Matching defs:ExportList
365 const FunctionImporter::ExportSetTy &ExportList,
390 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList,
436 const FunctionImporter::ExportSetTy &ExportList,
465 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
637 const auto &ExportList = ExportLists.find(ModuleIdentifier);
638 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) ||
886 auto &ExportList = ExportLists[ModuleIdentifier];
890 if (ExportList.empty() && GUIDPreservedSymbols.empty())
1139 auto &ExportList = ExportLists[ModuleIdentifier];
1145 ImportLists[ModuleIdentifier], ExportList,
1191 ExportList, GUIDPreservedSymbols,