Home
last modified time | relevance | path

Searched refs:AttributeListImpl (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
DAttributes.cpp114 class AttributeListImpl;
117 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;
122 class AttributeListImpl : public FoldingSetNode { class
126 void operator=(const AttributeListImpl &); // Do not implement
127 AttributeListImpl(const AttributeListImpl &); // Do not implement
128 ~AttributeListImpl(); // Private implementation
132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs) in AttributeListImpl() function in llvm::AttributeListImpl
161 AttributeListImpl::~AttributeListImpl() { in ~AttributeListImpl()
183 AttributeListImpl::Profile(ID, Attrs, NumAttrs); in get()
188 AttributeListImpl *PAL = in get()
[all …]
/external/llvm/include/llvm/
DAttributes.h183 class AttributeListImpl; variable
190 AttributeListImpl *AttrList;
297 explicit AttrListPtr(AttributeListImpl *L);