Lines Matching refs:AttributeSetNode
591 return AttributeSet(AttributeSetNode::get(C, B)); in get()
595 return AttributeSet(AttributeSetNode::get(C, Attrs)); in get()
757 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function in AttributeSetNode
770 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
777 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted()
791 AttributeSetNode *PA = in getSorted()
799 PA = new (Mem) AttributeSetNode(SortedAttrs); in getSorted()
807 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
861 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
866 AttributeSetNode::findEnumAttribute(Attribute::AttrKind Kind) const { in findEnumAttribute()
882 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
888 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
892 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment()
898 MaybeAlign AttributeSetNode::getStackAlignment() const { in getStackAlignment()
904 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType()
910 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
916 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
923 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
929 std::pair<unsigned, unsigned> AttributeSetNode::getVScaleRangeArgs() const { in getVScaleRangeArgs()
935 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()