Home
last modified time | relevance | path

Searched refs:cloneGlobalVariableDecl (Results 1 – 7 of 7) 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
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h431 cloneGlobalVariableDecl(*GVsM, GV, &VMap); in addLogicalModule()
621 return cloneGlobalVariableDecl(*M, *GV); in emitPartition()
DIndirectionUtils.h363 GlobalVariable *cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DCompileOnDemandLayer.cpp64 auto *G = cloneGlobalVariableDecl(M, *cast<GlobalVariable>(Aliasee)); in extractAliases()
DIndirectionUtils.cpp303 GlobalVariable* cloneGlobalVariableDecl(Module &Dst, const GlobalVariable &GV, in cloneGlobalVariableDecl() function