Lines Matching refs:AttributeSetNode
543 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
559 AttributeSetNode *PA = in get()
567 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()
575 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
582 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
591 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
598 unsigned AttributeSetNode::getAlignment() const { in getAlignment()
605 unsigned AttributeSetNode::getStackAlignment() const { in getStackAlignment()
612 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
619 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
627 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
634 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()
651 const AttributeSetNode *ASN = getSlotNode(I); in Raw()
654 for (AttributeSetNode::iterator II = ASN->begin(), in Raw()
691 ArrayRef<std::pair<unsigned, AttributeSetNode*> > Attrs) { in getImpl()
731 SmallVector<std::pair<unsigned, AttributeSetNode*>, 8> AttrPairVec; in get()
742 AttributeSetNode::get(C, AttrVec))); in get()
750 AttributeSetNode*> > Attrs) { in get()
825 SmallVector<std::pair<unsigned, AttributeSetNode*>, 8> AttrNodeVec; in get()
836 SmallVector<std::pair<unsigned, AttributeSetNode *>, 8>::iterator in get()
1069 ArrayRef<std::pair<unsigned, AttributeSetNode*> >( in getParamAttributes()
1077 ArrayRef<std::pair<unsigned, AttributeSetNode*> >( in getRetAttributes()
1086 ArrayRef<std::pair<unsigned, AttributeSetNode*> >( in getFnAttributes()
1093 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute()
1098 AttributeSetNode *ASN = getAttributes(Index); in hasAttribute()
1103 AttributeSetNode *ASN = getAttributes(Index); in hasAttributes()
1128 AttributeSetNode *ASN = getAttributes(Index); in getAttribute()
1134 AttributeSetNode *ASN = getAttributes(Index); in getAttribute()
1139 AttributeSetNode *ASN = getAttributes(Index); in getParamAlignment()
1144 AttributeSetNode *ASN = getAttributes(Index); in getStackAlignment()
1149 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableBytes()
1154 AttributeSetNode *ASN = getAttributes(Index); in getDereferenceableOrNullBytes()
1160 AttributeSetNode *ASN = getAttributes(Index); in getAllocSizeArgs()
1165 AttributeSetNode *ASN = getAttributes(Index); in getAsString()
1169 AttributeSetNode *AttributeSet::getAttributes(unsigned Index) const { in getAttributes()