Lines Matching defs:Alignment
100 /// Alignment - Contains the alignment of the RecordDecl.
101 CharUnits Alignment;
162 /// struct size is a multiple of the field alignment.
184 /// getAlignmentAsLLVMStruct - Returns the maximum alignment of all the
206 Alignment = Types.getContext().getASTRecordLayout(D).getAlignment();
432 // don't affect the struct alignment.
450 // If the type alignment is larger then the struct alignment, we must use
452 if (typeAlignment > Alignment) {
453 assert(!Packed && "Alignment is wrong even with packed struct!");
468 // Round up the field offset to the alignment of the field type.
605 if (getTypeAlignment(subobjectType) > Alignment)
800 assert(!Alignment.isZero() && "Did not set alignment!");
900 // Round up the field offset to the alignment of the field type.