Searched refs:StructAlignment (Results 1 – 2 of 2) sorted by relevance
66 StructAlignment = std::max(TyAlign, StructAlignment); in StructLayout()75 if (!isAligned(StructAlignment, StructSize)) { in StructLayout()77 StructSize = alignTo(StructSize, StructAlignment); in StructLayout()
627 Align StructAlignment; variable636 Align getAlignment() const { return StructAlignment; } in getAlignment()