Lines Matching refs:getDeclAlign
1659 return Address(Ptr, LlvmPtrTy, CGM.getContext().getDeclAlign(VD)); in getAddrOfDeclareTargetVar()
1899 CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()
1946 CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()
2333 ElemTy, CGF.getContext().getDeclAlign(Var)); in emitAddrOfVarFromArray()
3822 C.getDeclAlign(OriginalVD)), in emitPrivatesInit()
4128 C.getDeclAlign(VD), in emitTaskInit()
4138 C.getDeclAlign(VD), in emitTaskInit()
4149 C.getDeclAlign(VD), in emitTaskInit()
4158 Privates.emplace_back(C.getDeclAlign(VD), PrivateHelpersTy(VD)); in emitTaskInit()
8948 CGF.getContext().getDeclAlign(VD)); in generateInfoForLambdaCaptures()
9324 CV, ElementType, CGF.getContext().getDeclAlign(VD), in generateDefaultMapInfo()
12163 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable()
12477 Address Addr = CGF.CreateMemTemp(NewType, C.getDeclAlign(VD), VD->getName()); in emitLastprivateConditionalInit()