Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypeAlignInChars

93   CharUnits Align = getContext().getTypeAlignInChars(Ty);
99 return CreateMemTemp(Ty, getContext().getTypeAlignInChars(Ty), Name);
332 CharUnits alignment = CGF.getContext().getTypeAlignInChars(Ty);
565 AlignVal = getContext().getTypeAlignInChars(Ty).getQuantity();