Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp300 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
[all …]
H A DLTO.cpp72 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey() argument
147 for (auto F : ExportList) in computeLTOCacheKey()
948 const FunctionImporter::ExportSetTy &ExportList,
986 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread() argument
1012 ExportList, ResolvedODR, DefinedGlobals, CfiFunctionDefs, in runThinLTOBackendThread()
1023 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1033 const FunctionImporter::ExportSetTy &ExportList, in start()
1115 const FunctionImporter::ExportSetTy &ExportList, in start() argument
1229 const auto &ExportList = ExportLists.find(ModuleIdentifier); in runThinLTO() local
1230 return (ExportList != ExportLists.end() && in runThinLTO()
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp484 auto &ExportList = (*ExportLists)[ExportModulePath]; in computeImportForFunction() local
485 ExportList.insert(VI.getGUID()); in computeImportForFunction()
495 ExportList.insert(CalleeGUID); in computeImportForFunction()
499 ExportList.insert(GUID); in computeImportForFunction()
/freebsd-12.1/contrib/llvm/include/llvm/LTO/
H A DLTO.h70 const FunctionImporter::ExportSetTy &ExportList,