Home
last modified time | relevance | path

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

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