Lines Matching refs:AttributeSetNode
658 return AttributeSet(AttributeSetNode::get(C, B)); in get()
662 return AttributeSet(AttributeSetNode::get(C, Attrs)); in get()
799 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function in AttributeSetNode
812 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
819 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
833 AttributeSetNode *PA = in getSorted()
841 PA = new (Mem) AttributeSetNode(SortedAttrs); in getSorted()
849 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
905 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
910 AttributeSetNode::findEnumAttribute(Attribute::AttrKind Kind) const { in findEnumAttribute()
926 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
932 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
936 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment()
942 MaybeAlign AttributeSetNode::getStackAlignment() const { in getStackAlignment()
948 Type *AttributeSetNode::getByValType() const { in getByValType()
954 Type *AttributeSetNode::getStructRetType() const { in getStructRetType()
960 Type *AttributeSetNode::getByRefType() const { in getByRefType()
966 Type *AttributeSetNode::getPreallocatedType() const { in getPreallocatedType()
972 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
978 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
985 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
991 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()