Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DAttributes.cpp116 class AttributeListImpl;
119 static ManagedStatic<FoldingSet<AttributeListImpl> > AttributesLists;
124 class AttributeListImpl : public FoldingSetNode { class
128 void operator=(const AttributeListImpl &); // Do not implement
129 AttributeListImpl(const AttributeListImpl &); // Do not implement
130 ~AttributeListImpl(); // Private implementation
134 AttributeListImpl(ArrayRef<AttributeWithIndex> attrs) in AttributeListImpl() function in llvm::AttributeListImpl
164 AttributeListImpl::~AttributeListImpl() { in ~AttributeListImpl()
186 AttributeListImpl::Profile(ID, Attrs); in get()
191 AttributeListImpl *PAL = in get()
[all …]
/external/llvm/include/llvm/
DAttributes.h294 class AttributeListImpl; variable
301 AttributeListImpl *AttrList;
400 explicit AttrListPtr(AttributeListImpl *L);
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
61 %struct.AttributeListImpl = type opaque