Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DDebugCounter.h73 if (!isCountingEnabled()) in shouldExecute()
150 static bool isCountingEnabled() { in isCountingEnabled() function
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DDebugCounter.cpp68 if (DC.isCountingEnabled() && PrintDebugCounter) in ~DebugCounterOwner()