Searched refs:getSlotIndex (Results 1 – 11 of 11) sorted by relevance
484 if (getSlotIndex(I) != Index) continue; in Raw()697 if (getSlotIndex(I) >= Index) { in addAttributes()698 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()710 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()750 if (getSlotIndex(I) >= Index) { in removeAttributes()751 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()763 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()874 if (pImpl->getSlotIndex(I) == Index) in getAttributes()903 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { in getSlotIndex() function in AttributeSet906 return pImpl->getSlotIndex(Slot); in getSlotIndex()[all …]
227 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() function
147 AttrBuilder B(AS, AS.getSlotIndex(0)); in addAttr()157 AttrBuilder B(AS, AS.getSlotIndex(0)); in removeAttr()
719 if (Attrs.getSlotIndex(I) == Idx) { in VerifyAttributeTypes()852 unsigned Idx = Attrs.getSlotIndex(i); in VerifyFunctionAttrs()953 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in VerifyAttributeCount()956 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in VerifyAttributeCount()
1566 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex) in printFunction()
353 unsigned getSlotIndex(unsigned Slot) const;
279 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()281 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i) in DeleteDeadVarargs()
2074 unsigned Index = Attrs.getSlotIndex(i); in StripNest()
1111 unsigned Index = CallerPAL.getSlotIndex(i - 1); in transformConstExprCastCall()
476 unsigned index = PAL.getSlotIndex(i); in printAttributes()
261 Record.push_back(AS.getSlotIndex(i)); in WriteAttributeGroupTable()