Searched refs:cloneFunctionDecl (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.h | 459 return cloneFunctionDecl(*GVsM, *F); in addLogicalModule() 636 return cloneFunctionDecl(*M, *F); in emitPartition() 642 auto *ClonedF = cloneFunctionDecl(*M, *F); in emitPartition() 667 cloneFunctionDecl(*M, *F, &VMap); in emitPartition()
|
| H A D | IndirectionUtils.h | 450 Function *cloneFunctionDecl(Module &Dst, const Function &F,
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/ |
| H A D | CompileOnDemandLayer.cpp | 42 auto *F = cloneFunctionDecl(*A.getParent(), *cast<Function>(Aliasee)); in extractSubModule()
|
| H A D | IndirectionUtils.cpp | 284 Function* cloneFunctionDecl(Module &Dst, const Function &F, in cloneFunctionDecl() function
|