Searched refs:cloneFunctionDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | CompileOnDemandLayer.h | 475 return cloneFunctionDecl(*GVsM, *F); in addLogicalModule() 652 return cloneFunctionDecl(*M, *F); in emitPartition() 658 auto *ClonedF = cloneFunctionDecl(*M, *F); in emitPartition() 683 cloneFunctionDecl(*M, *F, &VMap); in emitPartition()
|
| HD | IndirectionUtils.h | 449 Function *cloneFunctionDecl(Module &Dst, const Function &F,
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | CompileOnDemandLayer.cpp | 41 auto *F = cloneFunctionDecl(*A.getParent(), *cast<Function>(Aliasee)); in extractSubModule()
|
| HD | IndirectionUtils.cpp | 289 Function* cloneFunctionDecl(Module &Dst, const Function &F, in cloneFunctionDecl() function
|