Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1616 virtual void registerTargetGlobalVariable(const VarDecl *VD,
H A DCodeGenModule.cpp3845 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
3918 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp1712 registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr)); in getAddrOfDeclareTargetVar()
10765 void CGOpenMPRuntime::registerTargetGlobalVariable(const VarDecl *VD, in registerTargetGlobalVariable() function in CGOpenMPRuntime