Lines Matching refs:AttributesVec
246 SmallVector<AttributeSet, 8> AttributesVec;
248 AttributesVec.push_back(PAL.getSlotAttributes(i));
250 AttributesVec.push_back(AttributeSet::get(Fn.getContext(),
252 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
704 SmallVector<AttributeSet, 8> AttributesVec;
726 AttributesVec.
832 AttributesVec.push_back(AttributeSet::get(NRetTy->getContext(), RAttrs));
835 AttributesVec.push_back(AttributeSet::get(F->getContext(),
839 AttributeSet NewPAL = AttributeSet::get(F->getContext(), AttributesVec);
865 AttributesVec.clear();
880 AttributesVec.push_back(AttributeSet::get(NF->getContext(), RAttrs));
901 AttributesVec.
911 AttributesVec.
917 AttributesVec.push_back(AttributeSet::get(Call->getContext(),
921 AttributeSet NewCallPAL = AttributeSet::get(F->getContext(), AttributesVec);