HomeSort by: relevance | last modified time | path
    Searched refs:AttributeSetNode (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
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)
    [all...]
Attributes.cpp 730 return AttributeSet(AttributeSetNode::get(C, B));
734 return AttributeSet(AttributeSetNode::get(C, Attrs));
889 // AttributeSetNode Definition
892 AttributeSetNode::AttributeSetNode(ArrayRef<Attribute> Attrs)
905 AttributeSetNode *AttributeSetNode::get(LLVMContext &C,
912 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C,
926 AttributeSetNode *PA
    [all...]
LLVMContextImpl.cpp 107 for (FoldingSetIterator<AttributeSetNode> I = AttrsSetNodes.begin(),
109 FoldingSetIterator<AttributeSetNode> Elem = I++;
LLVMContextImpl.h 1374 FoldingSet<AttributeSetNode> AttrsSetNodes;
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Attributes.h 39 class AttributeSetNode;
258 // TODO: Extract AvailableAttrs from AttributeSetNode and store them here.
263 AttributeSetNode *SetNode = nullptr;
266 explicit AttributeSet(AttributeSetNode *ASN) : SetNode(ASN) {}
360 return AttributeSet(reinterpret_cast<AttributeSetNode *>(Val));
366 return AttributeSet(reinterpret_cast<AttributeSetNode *>(Val));
397 friend class AttributeSetNode;

Completed in 18 milliseconds