Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp60 static bool PrintDebugCounter; variable
65 "print-debug-counter", cl::Hidden, cl::location(PrintDebugCounter), in initDebugCounterOptions()
74 if (isCountingEnabled() && PrintDebugCounter) in ~DebugCounter()