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()
189 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
210 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h127 unsigned getCounterId(const std::string &Name) const { in getCounterId() function