Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.h144 struct RemarkCounter : Counter { struct
146 RemarkCounter(GroupBy Group) : Counter(Group) {} in RemarkCounter() function
H A DRemarkCounter.cpp188 void RemarkCounter::collect(const Remark &Remark) { in collect()
211 Error RemarkCounter::print(StringRef OutputFileName) { in print()
286 RemarkCounter RC(GroupByOpt); in collectRemarks()