Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DDebugCounter.cpp59 static bool PrintDebugCounter; variable
64 "print-debug-counter", cl::Hidden, cl::location(PrintDebugCounter), in initDebugCounterOptions()
73 if (isCountingEnabled() && PrintDebugCounter) in ~DebugCounter()