Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1618 virtual void registerTargetGlobalVariable(const VarDecl *VD,
H A DCodeGenModule.cpp4208 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
4280 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp1657 registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr)); in getAddrOfDeclareTargetVar()
10725 void CGOpenMPRuntime::registerTargetGlobalVariable(const VarDecl *VD, in registerTargetGlobalVariable() function in CGOpenMPRuntime