Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h459 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 DIndirectionUtils.h450 Function *cloneFunctionDecl(Module &Dst, const Function &F,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp42 auto *F = cloneFunctionDecl(*A.getParent(), *cast<Function>(Aliasee)); in extractSubModule()
H A DIndirectionUtils.cpp284 Function* cloneFunctionDecl(Module &Dst, const Function &F, in cloneFunctionDecl() function