Searched refs:PrintCoverage (Results 1 – 6 of 6) sorted by relevance
135 static void PrintCoverage(FILE *Out) { in PrintCoverage() function203 PrintCoverage(Out); in main()
71 bool PrintCoverage = false; member
363 TPC.PrintCoverage(/*PrintAllCounters=*/true); in PrintFinalStats()364 if (Options.PrintCoverage) in PrintFinalStats()365 TPC.PrintCoverage(/*PrintAllCounters=*/false); in PrintFinalStats()
97 void PrintCoverage(bool PrintAllCounters);
282 void TracePC::PrintCoverage(bool PrintAllCounters) { in PrintCoverage() function in fuzzer::TracePC
753 Options.PrintCoverage = Flags.print_coverage; in FuzzerDriver()