Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributeImpl.h231 static AttributeSetNode *getSorted(LLVMContext &C,
H A DAttributes.cpp892 return getSorted(C, SortedAttrs); in get()
895 AttributeSetNode *AttributeSetNode::getSorted(LLVMContext &C, in getSorted() function in AttributeSetNode
926 return getSorted(C, B.attrs()); in get()