Home
last modified time | relevance | path

Searched refs:getAddrOfThreadPrivate (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h1064 virtual Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
1908 Address getAddrOfThreadPrivate(CodeGenFunction &CGF, const VarDecl *VD,
H A DCGExpr.cpp2485 Addr = CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate( in EmitThreadPrivateVarDeclLValue()
2489 CGF.CGM.getOpenMPRuntime().getAddrOfThreadPrivate(CGF, VD, Addr, Loc); in EmitThreadPrivateVarDeclLValue()
H A DCodeGenFunction.h1762 static Address getAddrOfThreadPrivate(CodeGenFunction &CGF,
H A DCGOpenMPRuntime.cpp1669 Address CGOpenMPRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPRuntime
12512 Address CGOpenMPSIMDRuntime::getAddrOfThreadPrivate(CodeGenFunction &CGF, in getAddrOfThreadPrivate() function in CGOpenMPSIMDRuntime
H A DCGStmtOpenMP.cpp1662 Address CodeGenFunction::OMPBuilderCBHelpers::getAddrOfThreadPrivate( in getAddrOfThreadPrivate() function in CodeGenFunction::OMPBuilderCBHelpers