Searched refs:SortedAttrs (Results 1 – 1 of 1) sorted by relevance
745 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() local746 llvm::sort(SortedAttrs); in get()748 for (const auto &Attr : SortedAttrs) in get()759 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size())); in get()760 PA = new (Mem) AttributeSetNode(SortedAttrs); in get()