Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Support/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp36 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()
88 unsigned CounterID = getCounterId(CounterName); in push_back()
101 unsigned CounterID = getCounterId(CounterName); in push_back()
126 unsigned CounterID = getCounterId(CounterName); in print()
/external/llvm-project/llvm/include/llvm/Support/
DDebugCounter.h126 unsigned getCounterId(const std::string &Name) const { in getCounterId() function