Searched refs:getSlotAttributes (Results 1 – 9 of 9) sorted by relevance
873 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()877 AttrBuilder B(getSlotAttributes(I), *IdxI); in addAttribute()886 AttrSet.emplace_back(getSlotAttributes(I++)); in addAttribute()915 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()919 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()938 AttrSet.push_back(getSlotAttributes(I)); in addAttributes()972 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()976 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()985 B.removeAttributes(Attrs.pImpl->getSlotAttributes(I), Index); in removeAttributes()993 AttrSet.push_back(getSlotAttributes(I)); in removeAttributes()[all …]
297 AttributeSet getSlotAttributes(unsigned Slot) const { in getSlotAttributes() function
413 AttributeSet getSlotAttributes(unsigned Slot) const;
411 AttributeSet getSlotAttributes(unsigned Slot) const;
173 AttributesVec.push_back(PAL.getSlotAttributes(i)); in DeleteDeadVarargs()
1992 if (!Attrs.getSlotAttributes(i).hasAttribute(Index, Attribute::Nest)) in StripNest()
900 AttributeSet AS = PAL.getSlotAttributes(i); in EnumerateAttributes()
693 AttributeSet A = AS.getSlotAttributes(i); in writeAttributeGroupTable()740 Record.push_back(VE.getAttributeGroupID(A.getSlotAttributes(i))); in writeAttributeTable()
2749 AttributeSet PAttrs = CallerPAL.getSlotAttributes(i - 1); in transformConstExprCastCall()