Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Alignment

136     /// The size and alignment of a pointer into the generic address
557 /// The alignment of the field. This is important because
560 CharUnits Alignment;
562 ByrefHelpers(CharUnits alignment) : Alignment(alignment) {}
566 id.AddInteger(Alignment.getQuantity());
628 unsigned Alignment=1);
638 unsigned Alignment=1);