Searched refs:AttributeSetNode (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | AttributeImpl.h | 212 class AttributeSetNode final 214 private TrailingObjects<AttributeSetNode, Attribute> { 222 AttributeSetNode(ArrayRef<Attribute> Attrs); 224 static AttributeSetNode *getSorted(LLVMContext &C, 230 AttributeSetNode(const AttributeSetNode &) = delete; 231 AttributeSetNode &operator=(const AttributeSetNode &) = delete; 235 static AttributeSetNode *get(LLVMContext &C, const AttrBuilder &B); 237 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
|
| H A D | Attributes.cpp | 730 return AttributeSet(AttributeSetNode::get(C, B)); in get() 734 return AttributeSet(AttributeSetNode::get(C, Attrs)); in get() 892 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs) in AttributeSetNode() function in AttributeSetNode 905 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get() 912 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted() 926 AttributeSetNode *PA = in getSorted() 934 PA = new (Mem) AttributeSetNode(SortedAttrs); in getSorted() 942 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, const AttrBuilder &B) { in get() 1006 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute() 1011 AttributeSetNode::findEnumAttribute(Attribute::AttrKind Kind) const { in findEnumAttribute() [all …]
|
| H A D | LLVMContextImpl.cpp | 107 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl() 109 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl()
|
| H A D | LLVMContextImpl.h | 1374 FoldingSet<AttributeSetNode> AttrsSetNodes;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Attributes.h | 39 class AttributeSetNode; variable 263 AttributeSetNode *SetNode = nullptr; 266 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {} in AttributeSet() 360 return AttributeSet(reinterpret_cast<AttributeSetNode *>(Val)); 366 return AttributeSet(reinterpret_cast<AttributeSetNode *>(Val)); 397 friend class AttributeSetNode;
|