Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp15 class DebugCounterList : public cl::list<std::string, DebugCounter> { class
21 explicit DebugCounterList(Mods &&... Ms) : Base(std::forward<Mods>(Ms)...) {} in DebugCounterList() function in __anon1cb7c1b70111::DebugCounterList
49 return new DebugCounterList( in call()
58 static ManagedStatic<DebugCounterList, CreateDebugCounterOption>