Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkCounter.cpp32 static cl::list<std::string> RKeys( variable
294 } else if (!RKeys.empty()) in collectRemarks()
295 for (auto Key : RKeys) { in collectRemarks()
296 auto FM = FilterMatcher::createRE(Key, RKeys); in collectRemarks()