Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DDebugCounter.cpp88 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
89 unsigned CounterID = getCounterId(CounterName); in push_back()
91 errs() << "DebugCounter Error: " << CounterName in push_back()
101 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
102 unsigned CounterID = getCounterId(CounterName); in push_back()
104 errs() << "DebugCounter Error: " << CounterName in push_back()
126 for (auto &CounterName : CounterNames) { in print() local
127 unsigned CounterID = getCounterId(CounterName); in print()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DDebugCounter.h74 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument
79 auto Result = Us.Counters.find(CounterName); in shouldExecute()