Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDebugCounter.cpp12 class DebugCounterList : public cl::list<std::string, DebugCounter> { class
18 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anon9979583d0111::DebugCounterList
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DDebugCounter.cpp14 class DebugCounterList : public cl::list<std::string, DebugCounter> { class
20 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anonb6c083430111::DebugCounterList