Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:FuncAttrs

2654   Attributes FuncAttrs;
2664 ParseOptionalAttrs(FuncAttrs, 2) ||
2673 if (FuncAttrs & Attribute::Alignment) {
2674 Alignment = Attribute::getAlignmentFromAttrs(FuncAttrs);
2675 FuncAttrs &= ~Attribute::Alignment;
2692 if (FuncAttrs != Attribute::None)
2693 Attrs.push_back(AttributeWithIndex::get(~0, FuncAttrs));