Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.cpp281 void TracePC::PrintCoverage(bool PrintAllCounters) { in PrintCoverage() argument
289 Printf(PrintAllCounters ? "FULL COVERAGE:\n" : "COVERAGE:\n"); in PrintCoverage()
311 if (PrintAllCounters) { in PrintCoverage()
DFuzzerTracePC.h97 void PrintCoverage(bool PrintAllCounters);