Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Align

3180   CharUnits Align = isUTF16
3183 GV->setAlignment(Align.getQuantity());
3318 CharUnits Align = getContext().getTypeAlignInChars(getContext().CharTy);
3319 GV->setAlignment(Align.getQuantity());
3546 CharUnits Align = getContext().getTypeAlignInChars(MaterializedType);
3549 return ConstantAddress(Slot, Align);
3613 GV->setAlignment(Align.getQuantity());
3619 return ConstantAddress(GV, Align);