Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DDebugCounter.h75 if (!isCountingEnabled()) in shouldExecute()
153 static bool isCountingEnabled() { in isCountingEnabled() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DDebugCounter.cpp59 if (isCountingEnabled() && PrintDebugCounter) in ~DebugCounter()