Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DFunctionImport.h105 using ImportMapTy = DenseMap<StringRef, FunctionsToImportTy>; variable
123 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
169 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists,
223 const FunctionImporter::ImportMapTy &ImportList,
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp325 FunctionImporter::ImportMapTy &ImportList;
419 FunctionImporter::ImportMapTy &ImportList, in GlobalsImporter()
459 FunctionImporter::ImportMapTy &ImportList);
481 FunctionImporter::ImportMapTy &ImportList) override { in computeImportForModule()
724 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
915 FunctionImporter::ImportMapTy &ImportList) { in computeImportForModule()
1030 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport()
1071 DenseMap<StringRef, FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
1167 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule()
1197 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleForTest()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp218 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
364 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
435 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
700 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
752 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
792 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule()
830 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports()
881 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize()
1081 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
H A DLTO.cpp94 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
180 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey()
1390 const FunctionImporter::ImportMapTy &ImportList,
1398 Error emitFiles(const FunctionImporter::ImportMapTy &ImportList, in emitFiles()
1462 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1508 const FunctionImporter::ImportMapTy &ImportList, in start()
1518 const FunctionImporter::ImportMapTy &ImportList, in start()
1631 const FunctionImporter::ImportMapTy &ImportList, in start()
1719 DenseMap<StringRef, FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
H A DLTOBackend.cpp555 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
701 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp328 FunctionImporter::ImportMapTy ImportList; in importFunctions()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1204 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()