Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1409 virtual void registerTargetGlobalVariable(const VarDecl *VD,
H A DCodeGenModule.cpp3042 getOpenMPRuntime().registerTargetGlobalVariable(D, Entry); in GetOrCreateLLVMGlobal()
3113 getOpenMPRuntime().registerTargetGlobalVariable(D, GV); in GetOrCreateLLVMGlobal()
H A DCGOpenMPRuntime.cpp2468 registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr)); in getAddrOfDeclareTargetLink()
8701 void CGOpenMPRuntime::registerTargetGlobalVariable(const VarDecl *VD, in registerTargetGlobalVariable() function in CGOpenMPRuntime