Home
last modified time | relevance | path

Searched refs:FunctionImporter (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp176 FunctionImporter::ImportFailureReason &Reason, in selectCallee()
178 Reason = FunctionImporter::ImportFailureReason::None; in selectCallee()
184 Reason = FunctionImporter::ImportFailureReason::NotLive; in selectCallee()
189 Reason = FunctionImporter::ImportFailureReason::InterposableLinkage; in selectCallee()
210 FunctionImporter::ImportFailureReason::LocalLinkageNotInModule; in selectCallee()
216 Reason = FunctionImporter::ImportFailureReason::TooLarge; in selectCallee()
223 Reason = FunctionImporter::ImportFailureReason::NotEligible; in selectCallee()
229 Reason = FunctionImporter::ImportFailureReason::NoInline; in selectCallee()
275 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
276 StringMap<FunctionImporter::ExportSetTy> *ExportLists) { in computeImportForReferencedGlobals()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h33 class FunctionImporter {
108 FunctionImporter(const ModuleSummaryIndex &Index, ModuleLoaderTy ModuleLoader, in FunctionImporter() function
149 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
150 StringMap<FunctionImporter::ExportSetTy> &ExportLists);
158 FunctionImporter::ImportMapTy &ImportList);
167 FunctionImporter::ImportMapTy &ImportList);
217 const FunctionImporter::ImportMapTy &ImportList,
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp215 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
223 FunctionImporter Importer(Index, Loader, ClearDSOLocalOnDeclarations); in crossImportIntoModule()
361 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
362 const FunctionImporter::ExportSetTy &ExportList, in ModuleCacheEntry()
447 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
448 const FunctionImporter::ExportSetTy &ExportList, in ProcessThinLTOModule()
651 const StringMap<FunctionImporter::ExportSetTy> &ExportLists;
654 IsExported(const StringMap<FunctionImporter::ExportSetTy> &ExportLists, in IsExported()
718 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
719 StringMap<FunctionImporter::ExportSetTy> ExportLists(ModuleCount); in promote()
[all …]
H A DLTO.cpp83 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
84 const FunctionImporter::ExportSetTy &ExportList, in computeLTOCacheKey()
168 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey()
1216 const FunctionImporter::ImportMapTy &ImportList,
1217 const FunctionImporter::ExportSetTy &ExportList,
1224 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles()
1283 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1284 const FunctionImporter::ExportSetTy &ExportList, in runThinLTOBackendThread()
1329 const FunctionImporter::ImportMapTy &ImportList, in start()
1330 const FunctionImporter::ExportSetTy &ExportList, in start()
[all …]
H A DLTOBackend.cpp543 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
647 FunctionImporter Importer(CombinedIndex, ModuleLoader, in thinBackend()
686 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
70 const FunctionImporter::ExportSetTy &ExportList,
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 FunctionImporter::ImportMapTy ImportList; in importFunctions()
369 FunctionImporter Importer(*Index, CachedModuleLoader, in importFunctions()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1130 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()