Lines Matching refs:StackAlignment
156 return get(Context, StackAlignment, A.value()); in getWithStackAlignment()
220 AttrKind == Attribute::StackAlignment || in doesAttrKindHaveArgument()
306 assert(hasAttribute(Attribute::StackAlignment) && in getStackAlignment()
509 if (hasAttribute(Attribute::StackAlignment)) in getAsString()
875 case Attribute::StackAlignment: in get()
943 if (auto A = findEnumAttribute(Attribute::StackAlignment)) in getStackAlignment()
1576 StackAlignment.reset(); in clear()
1596 else if (Kind == Attribute::StackAlignment) in addAttribute()
1597 StackAlignment = Attr.getStackAlignment(); in addAttribute()
1626 else if (Val == Attribute::StackAlignment) in removeAttribute()
1627 StackAlignment.reset(); in removeAttribute()
1680 Attrs[Attribute::StackAlignment] = true; in addStackAlignmentAttr()
1681 StackAlignment = Align; in addStackAlignmentAttr()
1747 if (!StackAlignment) in merge()
1748 StackAlignment = B.StackAlignment; in merge()
1784 if (B.StackAlignment) in remove()
1785 StackAlignment.reset(); in remove()
1866 return Alignment == B.Alignment && StackAlignment == B.StackAlignment && in operator ==()