Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp38 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()
105 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
118 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
143 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h124 unsigned getCounterId(const std::string &Name) const { in getCounterId() function