Searched refs:AttributeSetNode (Results 1 – 5 of 5) sorted by relevance
160 class AttributeSetNode : public FoldingSetNode {163 AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function167 void operator=(const AttributeSetNode &) LLVM_DELETED_FUNCTION;168 AttributeSetNode(const AttributeSetNode &) LLVM_DELETED_FUNCTION;170 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);210 typedef std::pair<unsigned, AttributeSetNode*> IndexAttrPair;218 ArrayRef<std::pair<unsigned, AttributeSetNode*> > attrs) in AttributeSetImpl()244 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode()248 typedef AttributeSetNode::iterator iterator;249 typedef AttributeSetNode::const_iterator const_iterator;[all …]
404 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()421 AttributeSetNode *PA = in get()427 PA = new AttributeSetNode(SortedAttrs); in get()435 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()443 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()451 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()459 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()467 unsigned AttributeSetNode::getAlignment() const { in getAlignment()475 unsigned AttributeSetNode::getStackAlignment() const { in getStackAlignment()483 std::string AttributeSetNode::getAsString(bool InAttrGrp) const { in getAsString()[all …]
113 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl()115 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl()
252 FoldingSet<AttributeSetNode> AttrsSetNodes;
32 class AttributeSetNode; variable212 AttributeSetNode *getAttributes(unsigned Idx) const;219 AttributeSetNode*> > Attrs);223 AttributeSetNode*> > Attrs);