Lines Matching refs:AttributeSetNode
514 return AttributeSet(AttributeSetNode::get(C, B)); in get()
518 return AttributeSet(AttributeSetNode::get(C, Attrs)); in get()
639 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function in AttributeSetNode
651 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
667 AttributeSetNode *PA = in get()
675 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()
683 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get()
725 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
732 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
741 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
748 unsigned AttributeSetNode::getAlignment() const { in getAlignment()
755 unsigned AttributeSetNode::getStackAlignment() const { in getStackAlignment()
762 uint64_t AttributeSetNode::getDereferenceableBytes() const { in getDereferenceableBytes()
769 uint64_t AttributeSetNode::getDereferenceableOrNullBytes() const { in getDereferenceableOrNullBytes()
777 AttributeSetNode::getAllocSizeArgs() const { in getAllocSizeArgs()
784 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()