Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp104 auto CounterName = CounterPair.first.drop_back(5); push_back() local
117 auto CounterName = CounterPair.first.drop_back(6); push_back() local
142 for (auto &CounterName : CounterNames) { print() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h72 shouldExecute(unsigned CounterName) shouldExecute() argument