Home
last modified time | relevance | path

Searched defs:DebugCounterList (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DDebugCounter.cpp13 class DebugCounterList : public cl::list<std::string, DebugCounter> { class
19 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anon5fd46fc60111::DebugCounterList