Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/include/llvm/
DAttributes.h182 class AttributeListImpl; variable
189 AttributeListImpl *AttrList;
296 explicit AttrListPtr(AttributeListImpl *L);
/external/llvm/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
61 %struct.AttributeListImpl = type opaque
/external/swiftshader/third_party/LLVM/test/Transforms/DeadStoreElimination/
D2011-09-06-MemCpy.ll60 %struct.AttrListPtr = type { %struct.AttributeListImpl* }
61 %struct.AttributeListImpl = type opaque