Searched refs:AttributeListImpl (Results 1 – 3 of 3) sorted by relevance
116 class AttributeListImpl;119 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;124 class AttributeListImpl : public FoldingSetNode { class128 void operator=(const AttributeListImpl &); // Do not implement129 AttributeListImpl(const AttributeListImpl &); // Do not implement130 ~AttributeListImpl(); // Private implementation134 AttributeListImpl(ArrayRef<AttributeWithIndex> attrs) in AttributeListImpl() function in llvm::AttributeListImpl164 AttributeListImpl::~AttributeListImpl() { in ~AttributeListImpl()186 AttributeListImpl::Profile(ID, Attrs); in get()191 AttributeListImpl *PAL = in get()[all …]
294 class AttributeListImpl; variable301 AttributeListImpl *AttrList;400 explicit AttrListPtr(AttributeListImpl *L);
60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }61 %struct.AttributeListImpl = type opaque