Home
last modified time | relevance | path

Searched refs:AttributeSetNode (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributeImpl.h144 class AttributeSetNode : public FoldingSetNode {
147 AttributeSetNode(ArrayRef<Attribute> Attrs) : NumAttrs(Attrs.size()) { in AttributeSetNode() function
154 void operator=(const AttributeSetNode &) LLVM_DELETED_FUNCTION;
155 AttributeSetNode(const AttributeSetNode &) LLVM_DELETED_FUNCTION;
157 static AttributeSetNode *get(LLVMContext &C, ArrayRef<Attribute> Attrs);
193 typedef std::pair<unsigned, AttributeSetNode*> IndexAttrPair;
206 ArrayRef<std::pair<unsigned, AttributeSetNode *> > Attrs) in AttributeSetImpl()
210 for (const std::pair<unsigned, AttributeSetNode *> *i = Attrs.begin() + 1, in AttributeSetImpl()
245 AttributeSetNode *getSlotNode(unsigned Slot) const { in getSlotNode()
249 typedef AttributeSetNode::iterator iterator;
[all …]
H A DAttributes.cpp439 AttributeSetNode *AttributeSetNode::get(LLVMContext &C, in get()
456 AttributeSetNode *PA = in get()
463 void *Mem = ::operator new(sizeof(AttributeSetNode) + in get()
465 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()
473 bool AttributeSetNode::hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
480 bool AttributeSetNode::hasAttribute(StringRef Kind) const { in hasAttribute()
487 Attribute AttributeSetNode::getAttribute(Attribute::AttrKind Kind) const { in getAttribute()
494 Attribute AttributeSetNode::getAttribute(StringRef Kind) const { in getAttribute()
501 unsigned AttributeSetNode::getAlignment() const { in getAlignment()
508 unsigned AttributeSetNode::getStackAlignment() const { in getStackAlignment()
[all …]
H A DLLVMContextImpl.cpp140 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(), in ~LLVMContextImpl()
142 FoldingSetIterator<AttributeSetNode> Elem = I++; in ~LLVMContextImpl()
H A DLLVMContextImpl.h284 FoldingSet<AttributeSetNode> AttrsSetNodes;
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h33 class AttributeSetNode; variable
228 AttributeSetNode *getAttributes(unsigned Index) const;
235 AttributeSetNode*> > Attrs);
239 AttributeSetNode*> > Attrs);