Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDeclCXX.cpp522 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
H A DCGOpenMPRuntime.h1310 virtual bool emitDeclareTargetVarDefinition(const VarDecl *VD,
H A DCGOpenMPRuntime.cpp1837 bool CGOpenMPRuntime::emitDeclareTargetVarDefinition(const VarDecl *VD, in emitDeclareTargetVarDefinition() function in CGOpenMPRuntime