Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h98 using ImportMapTy = StringMap<FunctionsToImportTy>; variable
114 Expected<bool> importFunctions(Module &M, const ImportMapTy &ImportList);
149 StringMap<FunctionImporter::ImportMapTy> &ImportLists,
158 FunctionImporter::ImportMapTy &ImportList);
167 FunctionImporter::ImportMapTy &ImportList);
209 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/LTO/
DLTOBackend.h56 const FunctionImporter::ImportMapTy &ImportList,
74 FunctionImporter::ImportMapTy &ImportList);
DLTO.h68 const FunctionImporter::ImportMapTy &ImportList,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DFunctionImport.cpp309 FunctionImporter::ImportMapTy &ImportList, in computeImportForReferencedGlobals()
386 FunctionImporter::ImportMapTy &ImportList, in computeImportForFunction()
561 StringRef ModName, FunctionImporter::ImportMapTy &ImportList, in ComputeImportForModule()
660 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in checkVariableImport()
694 StringMap<FunctionImporter::ImportMapTy> &ImportLists, in ComputeCrossModuleImport()
784 FunctionImporter::ImportMapTy &ImportList) { in dumpImportListForModule()
801 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModule()
820 FunctionImporter::ImportMapTy &ImportList) { in ComputeCrossModuleImportForModuleFromIndex()
971 const FunctionImporter::ImportMapTy &ImportList, in gatherImportedSummariesForModule()
1184 Module &DestModule, const FunctionImporter::ImportMapTy &ImportList) { in importFunctions()
[all …]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp216 const FunctionImporter::ImportMapTy &ImportList, in crossImportIntoModule()
397 const FunctionImporter::ImportMapTy &ImportList, in ModuleCacheEntry()
483 const FunctionImporter::ImportMapTy &ImportList, in ProcessThinLTOModule()
752 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in promote()
801 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in crossModuleImport()
836 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in gatherImportedSummariesForModule()
869 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in emitImports()
911 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in internalize()
1098 StringMap<FunctionImporter::ImportMapTy> ImportLists(ModuleCount); in run()
DLTO.cpp80 StringRef ModuleID, const FunctionImporter::ImportMapTy &ImportList, in computeLTOCacheKey()
164 using ImportMapIteratorTy = FunctionImporter::ImportMapTy::const_iterator; in computeLTOCacheKey()
1168 const FunctionImporter::ImportMapTy &ImportList,
1207 const FunctionImporter::ImportMapTy &ImportList, in runThinLTOBackendThread()
1244 const FunctionImporter::ImportMapTy &ImportList, in start()
1254 const FunctionImporter::ImportMapTy &ImportList, in start()
1345 const FunctionImporter::ImportMapTy &ImportList, in start()
1433 StringMap<FunctionImporter::ImportMapTy> ImportLists( in runThinLTO()
DLTOBackend.cpp546 const FunctionImporter::ImportMapTy &ImportList, in thinBackend()
687 FunctionImporter::ImportMapTy &ImportList) { in initImportList()
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-link/
Dllvm-link.cpp304 FunctionImporter::ImportMapTy ImportList; in importFunctions()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DBackendUtil.cpp1524 FunctionImporter::ImportMapTy ImportList; in runThinLTOBackend()