Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp115 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()
194 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
215 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h130 unsigned getCounterId(const std::string &Name) const { in getCounterId() function