Home | History | Annotate | Download | only in lli

Lines Matching defs:Align

102       unsigned Align = Section.Alignment;
104 << ", alignment " << Align << "\n");
105 // Align the current offset up to whatever is needed for the next
107 CurOffset = (CurOffset + Align - 1) / Align * Align;
119 unsigned Align = Section.Alignment;
121 << ", alignment " << Align << "\n");
122 // Align the current offset up to whatever is needed for the next
124 CurOffset = (CurOffset + Align - 1) / Align * Align;