Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alignment

414   CharUnits Alignment = CGF.getContext().getTypeAlignInChars(BaseType);
416 AggValueSlot::forAddr(V, Alignment, Qualifiers(),
817 CharUnits Alignment;
823 Alignment = CharUnits::fromQuantity(BFInfo.StorageAlignment);
825 Alignment = CGF.getContext().getDeclAlign(FirstField);
829 Alignment) == 0 && "Bad field alignment.");
842 MemcpySize, Alignment);
857 CharUnits Size, CharUnits Alignment) {
869 Alignment.getQuantity());
1799 CharUnits Alignment = getContext().getTypeAlignInChars(Ty);
1801 AggValueSlot::forAddr(ThisPtr, Alignment, Qualifiers(),