Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp290 SmallVector<FilterMatcher, 4> ArgumentsVector; in collectRemarks() local
293 ArgumentsVector.push_back(FilterMatcher::createExact(Key)); in collectRemarks()
299 ArgumentsVector.push_back(std::move(*FM)); in collectRemarks()
302 ArgumentsVector.push_back(FilterMatcher::createAny()); in collectRemarks()
305 GroupByOpt, ArgumentsVector, Buffer, Filter); in collectRemarks()