Home
last modified time | relevance | path

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

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