Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDeclCXX.cpp523 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
H A DCGOpenMPRuntime.h1090 virtual bool emitDeclareTargetVarDefinition(const VarDecl *VD,
H A DCGOpenMPRuntime.cpp1832 bool CGOpenMPRuntime::emitDeclareTargetVarDefinition(const VarDecl *VD, in emitDeclareTargetVarDefinition() function in CGOpenMPRuntime