Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h100 using ImportMapTy = DenseMap<StringRef, FunctionsToImportTy>; variable
116 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
162 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists,
213 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
H A DLTO.h69 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp297 FunctionImporter::ImportMapTy &ImportList;
382 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter()
422 FunctionImporter::ImportMapTy &ImportList);
686 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
853 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule()
950 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport()
992 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
1109 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest()
1132 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndexForTest()
1329 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp217 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
363 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
434 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
708 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
760 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
800 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule()
838 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports()
885 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize()
1085 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
H A DLTO.cpp91 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
176 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey()
1378 const FunctionImporter::ImportMapTy &ImportList,
1386 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles()
1445 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1491 const FunctionImporter::ImportMapTy &ImportList, in start()
1501 const FunctionImporter::ImportMapTy &ImportList, in start()
1599 const FunctionImporter::ImportMapTy &ImportList, in start()
1687 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
H A DLTOBackend.cpp553 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
699 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp316 FunctionImporter::ImportMapTy ImportList; in importFunctions()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1191 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()