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

/external/llvm/lib/VMCore/
H A DAttributes.cpp112 // AttributeListImpl Definition
116 class AttributeListImpl;
119 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;
124 class AttributeListImpl : public FoldingSetNode { class in namespace:llvm
128 void operator=(const AttributeListImpl &); // Do not implement
129 AttributeListImpl(const AttributeListImpl &); // Do not implement
130 ~AttributeListImpl(); // Private implementation
134 AttributeListImpl(ArrayRef<AttributeWithIndex> attrs) function in class:llvm::AttributeListImpl
164 AttributeListImpl
[all...]
/external/llvm/include/llvm/
H A DAttributes.h294 class AttributeListImpl;
297 /// AttributeListImpl object and provides accessors for it.
301 AttributeListImpl *AttrList;
400 explicit AttrListPtr(AttributeListImpl *L);

Completed in 57 milliseconds