Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h125 unsigned getCounterId(const std::string &Name) const { in getCounterId() function