Home
last modified time | relevance | path

Searched refs:ExportList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry() argument
387 computeLTOCacheKey(Key, Conf, Index, ModuleID, ImportList, ExportList, in ModuleCacheEntry()
448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule() argument
482 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()
659 const auto &ExportList = ExportLists.find(ModuleIdentifier); in operator ()() local
660 return (ExportList != ExportLists.end() && ExportList->second.count(VI)) || in operator ()()
882 auto &ExportList = ExportLists[ModuleIdentifier]; in internalize() local
886 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()
1133 auto &ExportList = ExportLists[ModuleIdentifier]; in run() local
1139 ImportLists[ModuleIdentifier], ExportList, in run()
[all …]
H A DLTO.cpp83 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
149 ExportsGUID.reserve(ExportList.size()); in computeLTOCacheKey()
150 for (const auto &VI : ExportList) { in computeLTOCacheKey()
1181 const FunctionImporter::ExportSetTy &ExportList,
1248 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1279 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1294 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1304 const FunctionImporter::ExportSetTy &ExportList, in start()
1399 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1533 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
[all …]
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,