Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h158 return instance().Enabled || instance().ShouldPrintCounter; in isCountingEnabled()
185 bool ShouldPrintCounter = false; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DDebugCounter.cpp136 cl::location(this->ShouldPrintCounter),
156 if (ShouldPrintCounter) in ~DebugCounterOwner()