Home
last modified time | relevance | path

Searched refs:PrintMutationSequence (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.h29 void PrintMutationSequence(bool Verbose = true);
H A DFuzzerLoop.cpp178 MD.PrintMutationSequence(); in DumpCurrentUnit()
663 MD.PrintMutationSequence(Options.Verbosity >= 2); in ReportNewCoverage()
H A DFuzzerMutate.cpp503 void MutationDispatcher::PrintMutationSequence(bool Verbose) { in PrintMutationSequence() function in fuzzer::MutationDispatcher