Searched refs:AttributeListImpl (Results 1 – 4 of 4) sorted by relevance
114 class AttributeListImpl;117 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;122 class AttributeListImpl : public FoldingSetNode { class126 void operator=(const AttributeListImpl &); // Do not implement127 AttributeListImpl(const AttributeListImpl &); // Do not implement128 ~AttributeListImpl(); // Private implementation132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs) in AttributeListImpl() function in llvm::AttributeListImpl161 AttributeListImpl::~AttributeListImpl() { in ~AttributeListImpl()183 AttributeListImpl::Profile(ID, Attrs, NumAttrs); in get()188 AttributeListImpl *PAL = in get()[all …]
182 class AttributeListImpl; variable189 AttributeListImpl *AttrList;296 explicit AttrListPtr(AttributeListImpl *L);
60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }61 %struct.AttributeListImpl = type opaque