Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h305 cloneGlobalVariableDecl(*GVsM, GV, &VMap); in addLogicalModule()
444 return cloneGlobalVariableDecl(*M, *GV); in emitPartition()
DIndirectionUtils.h397 GlobalVariable *cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV,
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp202 GlobalVariable* cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV, in cloneGlobalVariableDecl() function