Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DDebugCounter.cpp39 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()
102 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
115 unsigned CounterID = getCounterId(std::string(CounterName)); in push_back()
140 unsigned CounterID = getCounterId(std::string(CounterName)); in print()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DDebugCounter.h126 unsigned getCounterId(const std::string &Name) const { in getCounterId() function