Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1398 virtual void registerTargetGlobalVariable(const VarDecl *VD,
H A DCodeGenModule.cpp4363 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
4436 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp1652 registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr)); in getAddrOfDeclareTargetVar()
10337 void CGOpenMPRuntime::registerTargetGlobalVariable(const VarDecl *VD, in registerTargetGlobalVariable() function in CGOpenMPRuntime