Home
last modified time | relevance | path

Searched refs:KeepSeed (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h21 bool KeepSeed = false; member
H A DFuzzerFork.cpp342 if (Options.KeepSeed) { in FuzzWithFork()
H A DFuzzerLoop.cpp830 /*ForceAddToCorpus*/ Options.KeepSeed, in ReadAndExecuteSeedCorpora()
H A DFuzzerDriver.cpp685 Options.KeepSeed = Flags.keep_seed; in FuzzerDriver()