Home
last modified time | relevance | path

Searched refs:PrintCoverage (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp135 static void PrintCoverage(FILE *Out) { in PrintCoverage() function
203 PrintCoverage(Out); in main()
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h71 bool PrintCoverage = false; member
H A DFuzzerLoop.cpp360 TPC.PrintCoverage(/*PrintAllCounters=*/true); in PrintFinalStats()
361 if (Options.PrintCoverage) in PrintFinalStats()
362 TPC.PrintCoverage(/*PrintAllCounters=*/false); in PrintFinalStats()
H A DFuzzerTracePC.h97 void PrintCoverage(bool PrintAllCounters);
H A DFuzzerTracePC.cpp282 void TracePC::PrintCoverage(bool PrintAllCounters) { in PrintCoverage() function in fuzzer::TracePC
H A DFuzzerDriver.cpp756 Options.PrintCoverage = Flags.print_coverage; in FuzzerDriver()
/llvm-project/compiler-rt/test/fuzzer/
H A Dcoverage.test3 …PCArray() emits PLT stub addresses for entry blocks, which are ignored by TracePC::PrintCoverage().