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()
624 Align StructAlignment; variable633 Align getAlignment() const { return StructAlignment; } in getAlignment()