Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1591 virtual void registerTargetGlobalVariable(const VarDecl *VD,
H A DCodeGenModule.cpp3815 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
3888 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp1708 registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr)); in getAddrOfDeclareTargetVar()
10606 void CGOpenMPRuntime::registerTargetGlobalVariable(const VarDecl *VD, in registerTargetGlobalVariable() function in CGOpenMPRuntime