Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp127 struct DebugCounterOwner : DebugCounter { struct
128 DebugCounterList DebugCounterOption{
132 cl::opt<bool, true> PrintDebugCounter{
139 cl::opt<bool, true> BreakOnLastCount{
148 DebugCounterOwner() { in DebugCounterOwner() argument
155 ~DebugCounterOwner() { in ~DebugCounterOwner()