Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp156 std::optional<std::string> Counter::getGroupByKey(const Remark &Remark) { in getGroupByKey() function in Counter
176 std::optional<std::string> GroupByKey = getGroupByKey(Remark); in collect()
189 if (std::optional<std::string> Key = getGroupByKey(Remark)) in collect()
H A DRemarkCounter.h69 std::optional<std::string> getGroupByKey(const Remark &Remark);