Home
last modified time | relevance | path

Searched refs:cloneFunctionDecl (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCompileOnDemandLayer.h475 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()
HDIndirectionUtils.h449 Function *cloneFunctionDecl(Module &Dst, const Function &F,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDCompileOnDemandLayer.cpp41 auto *F = cloneFunctionDecl(*A.getParent(), *cast<Function>(Aliasee)); in extractSubModule()
HDIndirectionUtils.cpp289 Function* cloneFunctionDecl(Module &Dst, const Function &F, in cloneFunctionDecl() function