Home
last modified time | relevance | path

Searched defs:SortedAttrs (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp457 std::vector<T *> SortedAttrs; in printVecVal() local
482 std::vector<DiffSymVec *> SortedAttrs; in printVecVal() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAttributes.cpp890 SmallVector<Attribute, 8> SortedAttrs(Attrs.begin(), Attrs.end()); in get() local
896 ArrayRef<Attribute> SortedAttrs) { in getSorted()