Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp37 CounterInstance.getCounterInfo(CounterInstance.getCounterId(Name)); in printOptionInfo()
79 unsigned CounterID = getCounterId(CounterName); in push_back()
90 unsigned CounterID = getCounterId(CounterName); in push_back()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DDebugCounter.h124 unsigned getCounterId(const std::string &Name) const { in getCounterId() function