Lines Matching refs:getDeclAlign
1654 return Address(Ptr, LlvmPtrTy, CGM.getContext().getDeclAlign(VD)); in getAddrOfDeclareTargetVar()
1890 CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()
1940 CGM.getContext().getDeclAlign(VD)), in emitDeclareTargetVarDefinition()
2310 ElemTy, CGF.getContext().getDeclAlign(Var)); in emitAddrOfVarFromArray()
3507 C.getDeclAlign(OriginalVD)), in emitPrivatesInit()
3813 C.getDeclAlign(VD), in emitTaskInit()
3823 C.getDeclAlign(VD), in emitTaskInit()
3834 C.getDeclAlign(VD), in emitTaskInit()
3843 Privates.emplace_back(C.getDeclAlign(VD), PrivateHelpersTy(VD)); in emitTaskInit()
8561 CGF.getContext().getDeclAlign(VD)); in generateInfoForLambdaCaptures()
8964 CV, ElementType, CGF.getContext().getDeclAlign(VD), in generateDefaultMapInfo()
11775 CharUnits Align = CGM.getContext().getDeclAlign(CVD); in getAddressOfLocalVariable()
12089 Address Addr = CGF.CreateMemTemp(NewType, C.getDeclAlign(VD), VD->getName()); in emitLastprivateConditionalInit()