Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DDebugCounter.cpp87 auto CounterName = CounterPair.first.drop_back(5); in push_back() local
88 unsigned CounterID = getCounterId(CounterName); in push_back()
90 errs() << "DebugCounter Error: " << CounterName in push_back()
100 auto CounterName = CounterPair.first.drop_back(6); in push_back() local
101 unsigned CounterID = getCounterId(CounterName); in push_back()
103 errs() << "DebugCounter Error: " << CounterName in push_back()
125 for (auto &CounterName : CounterNames) { in print() local
126 unsigned CounterID = getCounterId(CounterName); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h73 inline static bool shouldExecute(unsigned CounterName) { in shouldExecute() argument
78 auto Result = Us.Counters.find(CounterName); in shouldExecute()