Searched refs:cloneFunctionDecl (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h280 return cloneFunctionDecl(*GVsM, *F);
410 return cloneFunctionDecl(*M, *F);
416 auto *ClonedF = cloneFunctionDecl(*M, *F);
441 cloneFunctionDecl(*M, *F, &VMap);
H A DIndirectionUtils.h374 Function* cloneFunctionDecl(Module &Dst, const Function &F,
378 /// different module (See related cloneFunctionDecl).
/external/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp115 Function* cloneFunctionDecl(Module &Dst, const Function &F, function in namespace:llvm::orc

Completed in 138 milliseconds