Searched refs:StructAlignment (Results 1 – 2 of 2) sorted by relevance
75 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()84 if (!StructSize.isScalable() && !isAligned(StructAlignment, StructSize)) { in StructLayout()86 StructSize = TypeSize::getFixed(alignTo(StructSize, StructAlignment)); in StructLayout()208 StructAlignment = LayoutAlignElem::get(Align(1), Align(8), 0); in reset()572 StructAlignment == Other.StructAlignment && in operator ==()602 StructAlignment.ABIAlign = ABIAlign; in setAlignment()603 StructAlignment.PrefAlign = PrefAlign; in setAlignment()811 abi_or_pref ? StructAlignment.ABIAlign : StructAlignment.PrefAlign; in getAlignment()
150 LayoutAlignElem StructAlignment; variable219 StructAlignment = DL.StructAlignment;624 Align StructAlignment; variable633 Align getAlignment() const { return StructAlignment; } in getAlignment()