Lines Matching refs:AttributeSetNode
624 return AttributeSet(AttributeSetNode::get(C, B)); in get()
628 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()
853 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
858 AttributeSetNode::findEnumAttribute(Attribute::AttrKind Kind) const { in findEnumAttribute()
874 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
880 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
884 MaybeAlign AttributeSetNode::getAlignment() const { in getAlignment()
890 MaybeAlign AttributeSetNode::getStackAlignment() const { in getStackAlignment()
896 Type *AttributeSetNode::getAttributeType(Attribute::AttrKind Kind) const { in getAttributeType()
902 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
908 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
915 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
921 unsigned AttributeSetNode::getVScaleRangeMin() const { in getVScaleRangeMin()
927 Optional<unsigned> AttributeSetNode::getVScaleRangeMax() const { in getVScaleRangeMax()
933 UWTableKind AttributeSetNode::getUWTableKind() const { in getUWTableKind()
939 AllocFnKind AttributeSetNode::getAllocKind() const { in getAllocKind()
945 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()