Searched refs:CounterName (Results 1 – 2 of 2) sorted by relevance
182 StringRef CounterName = CounterPair.first; in push_back() local189 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()191 errs() << "DebugCounter Error: " << CounterName in push_back()209 for (auto &CounterName : CounterNames) { in print() local210 unsigned CounterID = getCounterId(std::string(CounterName)); in print()218 bool DebugCounter::shouldExecuteImpl(unsigned CounterName) { in shouldExecuteImpl() argument220 auto Result = Us.Counters.find(CounterName); in shouldExecuteImpl()
85 static bool shouldExecuteImpl(unsigned CounterName);87 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument90 return shouldExecuteImpl(CounterName); in shouldExecute()