Lines Matching refs:StackAlignment
135 return get(Context, StackAlignment, Align); in getWithStackAlignment()
218 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
382 if (hasAttribute(Attribute::StackAlignment)) in getAsString()
696 case Attribute::StackAlignment: in get()
757 if (I.hasAttribute(Attribute::StackAlignment)) in getStackAlignment()
1336 Alignment = StackAlignment = DerefBytes = DerefOrNullBytes = 0; in clear()
1342 assert(Val != Attribute::Alignment && Val != Attribute::StackAlignment && in addAttribute()
1360 else if (Kind == Attribute::StackAlignment) in addAttribute()
1361 StackAlignment = Attr.getStackAlignment(); in addAttribute()
1382 else if (Val == Attribute::StackAlignment) in removeAttribute()
1383 StackAlignment = 0; in removeAttribute()
1428 Attrs[Attribute::StackAlignment] = true; in addStackAlignmentAttr()
1429 StackAlignment = Align; in addStackAlignmentAttr()
1471 if (!StackAlignment) in merge()
1472 StackAlignment = B.StackAlignment; in merge()
1496 if (B.StackAlignment) in remove()
1497 StackAlignment = 0; in remove()
1566 return Alignment == B.Alignment && StackAlignment == B.StackAlignment && in operator ==()