Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:AttributeWithIndex

2681   SmallVector<AttributeWithIndex, 8> Attrs;
2684 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs));
2689 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs));
2693 Attrs.push_back(AttributeWithIndex::get(~0, FuncAttrs));
3209 SmallVector<AttributeWithIndex, 8> Attrs;
3211 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs));
3232 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs));
3239 Attrs.push_back(AttributeWithIndex::get(~0, FnAttrs));
3605 SmallVector<AttributeWithIndex, 8> Attrs;
3607 Attrs.push_back(AttributeWithIndex::get(0, RetAttrs));
3628 Attrs.push_back(AttributeWithIndex::get(i+1, ArgList[i].Attrs));
3635 Attrs.push_back(AttributeWithIndex::get(~0, FnAttrs));