Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp203 SmallVector<StringRef, 16> CounterNames(RegisteredCounters.begin(), in print() local
205 sort(CounterNames); in print()
209 for (auto &CounterName : CounterNames) { in print()