Home
last modified time | relevance | path

Searched refs:NumAttrs (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/VMCore/
DAttributes.cpp132 AttributeListImpl(const AttributeWithIndex *Attr, unsigned NumAttrs) in AttributeListImpl() argument
133 : Attrs(Attr, Attr+NumAttrs) { in AttributeListImpl()
154 unsigned NumAttrs) { in Profile() argument
155 for (unsigned i = 0; i != NumAttrs; ++i) in Profile()
167 AttrListPtr AttrListPtr::get(const AttributeWithIndex *Attrs, unsigned NumAttrs) { in get() argument
169 if (NumAttrs == 0) in get()
173 for (unsigned i = 0; i != NumAttrs; ++i) { in get()
183 AttributeListImpl::Profile(ID, Attrs, NumAttrs); in get()
194 PAL = new AttributeListImpl(Attrs, NumAttrs); in get()
/external/llvm/include/llvm/
DAttributes.h202 static AttrListPtr get(const AttributeWithIndex *Attr, unsigned NumAttrs);