Searched refs:getNumAttributes (Results 1 – 13 of 13) sorted by relevance
100 AttrsToPreserve.reserve(AS.getNumAttributes()); in visitAttributeSet()135 AttributeCount += AS.getNumAttributes(); in visitAttributeSet()
105 size_t getNumAttributes() const { in getNumAttributes() function
138 int getNumAttributes() const { return attributes.size(); } in getNumAttributes() function
240 unsigned getNumAttributes() const { return NumAttrs; } in getNumAttributes() function
686 unsigned AttributeSet::getNumAttributes() const { in getNumAttributes() function in AttributeSet687 return SetNode ? SetNode->getNumAttributes() : 0; in getNumAttributes()
2444 return AS.getNumAttributes(); in LLVMGetAttributeCountAtIndex()2858 return AS.getNumAttributes(); in LLVMGetCallSiteAttributeCount()
1767 Check(Attrs.getNumAttributes() == 1, in verifyParameterAttrs()
668 Index = AbbrDecl->getNumAttributes(); in attribute_iterator()680 auto NumAttrs = AbbrDecl.getNumAttributes(); in updateForIndex()
162 if (op.getNumAttributes() != 0) { in emitOpDoc()
705 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitSerializationFunction()977 if (op.getNumAttributes() == 0 && op.getNumVariableLengthOperands() == 0) { in emitDeserializationFunction()
347 unsigned getNumAttributes() const;
734 size_t NumOfAttributes = AbbrevDecl->getNumAttributes(); in insertNewEntry()
1869 if (it->getNumAttributes() == 0)