Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h440 cloneGlobalVariableDecl(*GVsM, GV, &VMap); in addLogicalModule()
631 return cloneGlobalVariableDecl(*M, *GV); in emitPartition()
H A DIndirectionUtils.h466 GlobalVariable *cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV,
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.cpp47 auto *G = cloneGlobalVariableDecl(*A.getParent(), in extractSubModule()
H A DIndirectionUtils.cpp321 GlobalVariable* cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV, in cloneGlobalVariableDecl() function