Lines Matching refs:Alignment
217 /// The alignment of the field. This is important because
220 CharUnits Alignment;
222 BlockByrefHelpers(CharUnits alignment) : Alignment(alignment) {}
227 id.AddInteger(Alignment.getQuantity());
724 /// Returns the assumed alignment of an opaque pointer to the given class.
727 /// Returns the assumed alignment of a virtual base of a class.
732 /// Given a class pointer with an actual known alignment, and the
733 /// expected alignment of an object at a dynamic offset w.r.t that
734 /// pointer, return the alignment to assume at the offset.