Lines Matching refs:StackAlignment
173 return get(Context, StackAlignment, A.value()); in getWithStackAlignment()
332 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
406 if (hasAttribute(Attribute::StackAlignment)) in getAsString()
826 case Attribute::StackAlignment: in get()
899 if (auto A = findEnumAttribute(Attribute::StackAlignment)) in getStackAlignment()
1567 StackAlignment.reset(); in clear()
1594 else if (Kind == Attribute::StackAlignment) in addAttribute()
1595 StackAlignment = Attr.getStackAlignment(); in addAttribute()
1621 else if (Val == Attribute::StackAlignment) in removeAttribute()
1622 StackAlignment.reset(); in removeAttribute()
1673 Attrs[Attribute::StackAlignment] = true; in addStackAlignmentAttr()
1674 StackAlignment = Align; in addStackAlignmentAttr()
1767 if (!StackAlignment) in merge()
1768 StackAlignment = B.StackAlignment; in merge()
1799 if (B.StackAlignment) in remove()
1800 StackAlignment.reset(); in remove()
1875 return Alignment == B.Alignment && StackAlignment == B.StackAlignment && in operator ==()