Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Attrs

1684     AttrBuilder Attrs;
1688 ParseOptionalParamAttrs(Attrs)) return true;
1704 AttrIndex++, Attrs), Name));
1715 if (ParseType(ArgTy) || ParseOptionalParamAttrs(Attrs)) return true;
1732 AttrIndex++, Attrs),
1757 if (ArgList[i].Attrs.hasAttributes(i + 1))
2984 SmallVector<AttributeSet, 8> Attrs;
2987 Attrs.push_back(AttributeSet::get(RetType->getContext(),
2993 if (ArgList[i].Attrs.hasAttributes(i + 1)) {
2994 AttrBuilder B(ArgList[i].Attrs, i + 1);
2995 Attrs.push_back(AttributeSet::get(RetType->getContext(), i + 1, B));
3000 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3004 AttributeSet PAL = AttributeSet::get(Context, Attrs);
3533 SmallVector<AttributeSet, 8> Attrs;
3535 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3557 if (ArgList[i].Attrs.hasAttributes(i + 1)) {
3558 AttrBuilder B(ArgList[i].Attrs, i + 1);
3559 Attrs.push_back(AttributeSet::get(RetType->getContext(), i + 1, B));
3567 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3572 AttributeSet PAL = AttributeSet::get(Context, Attrs);
3939 SmallVector<AttributeSet, 8> Attrs;
3941 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3963 if (ArgList[i].Attrs.hasAttributes(i + 1)) {
3964 AttrBuilder B(ArgList[i].Attrs, i + 1);
3965 Attrs.push_back(AttributeSet::get(RetType->getContext(), i + 1, B));
3973 Attrs.push_back(AttributeSet::get(RetType->getContext(),
3978 AttributeSet PAL = AttributeSet::get(Context, Attrs);