Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDeclCXX.cpp432 getOpenMPRuntime().emitDeclareTargetVarDefinition(D, Addr, PerformInit)) in EmitCXXGlobalVarDeclInitFunc()
H A DCGOpenMPRuntime.h1119 virtual bool emitDeclareTargetVarDefinition(const VarDecl *VD,
H A DCGOpenMPRuntime.cpp2667 bool CGOpenMPRuntime::emitDeclareTargetVarDefinition(const VarDecl *VD, in emitDeclareTargetVarDefinition() function in CGOpenMPRuntime