Searched refs:getSlotIndex (Results 1 – 12 of 12) sorted by relevance
551 if (getSlotIndex(I) != Index) continue; in Raw()775 if (getSlotIndex(I) >= Index) { in addAttributes()776 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in addAttributes()788 if (Attrs.getSlotIndex(I) == Index) { in addAttributes()828 if (getSlotIndex(I) >= Index) { in removeAttributes()829 if (getSlotIndex(I) == Index) AS = getSlotAttributes(LastIndex++); in removeAttributes()841 if (Attrs.getSlotIndex(I) == Index) { in removeAttributes()972 if (pImpl->getSlotIndex(I) == Index) in getAttributes()1001 unsigned AttributeSet::getSlotIndex(unsigned Slot) const { in getSlotIndex() function in AttributeSet1004 return pImpl->getSlotIndex(Slot); in getSlotIndex()[all …]
232 unsigned getSlotIndex(unsigned Slot) const { in getSlotIndex() function
188 AttrBuilder B(AS, AS.getSlotIndex(0)); in addAttr()198 AttrBuilder B(AS, AS.getSlotIndex(0)); in removeAttr()
1232 if (Attrs.getSlotIndex(I) == Idx) { in VerifyAttributeTypes()1385 unsigned Idx = Attrs.getSlotIndex(i); in VerifyFunctionAttrs()1479 unsigned LastIndex = Attrs.getSlotIndex(LastSlot); in VerifyAttributeCount()1482 && (LastSlot == 0 || Attrs.getSlotIndex(LastSlot - 1) <= Params))) in VerifyAttributeCount()
2443 if (AS.getSlotIndex(Idx) == AttributeSet::FunctionIndex) in printFunction()
390 unsigned getSlotIndex(unsigned Slot) const;
250 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) { in DeleteDeadVarargs()252 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i) in DeleteDeadVarargs()
1868 unsigned Index = Attrs.getSlotIndex(i); in StripNest()
1026 unsigned index = AS.getSlotIndex(Slot); in legalizeCallAttributes()
1594 unsigned Index = CallerPAL.getSlotIndex(i - 1); in transformConstExprCastCall()
486 unsigned index = PAL.getSlotIndex(i); in printAttributes()
268 Record.push_back(AS.getSlotIndex(i)); in WriteAttributeGroupTable()