Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp91 class DebugCounterList : public cl::list<std::string, DebugCounter> { class
97 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anone1317e030311::DebugCounterList