Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.cpp282 void TracePC::PrintCoverage(bool PrintAllCounters) { in PrintCoverage() argument
290 Printf(PrintAllCounters ? "FULL COVERAGE:\n" : "COVERAGE:\n"); in PrintCoverage()
312 if (PrintAllCounters) { in PrintCoverage()
H A DFuzzerTracePC.h97 void PrintCoverage(bool PrintAllCounters);