Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp36 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()
88 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
101 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
126 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h126 unsigned getCounterId(const std::string &Name) const { in getCounterId() function