Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h21 bool KeepSeed = false; member
H A DFuzzerFork.cpp342 if (Options.KeepSeed) { in FuzzWithFork()
H A DFuzzerLoop.cpp833 /*ForceAddToCorpus*/ Options.KeepSeed, in ReadAndExecuteSeedCorpora()
H A DFuzzerDriver.cpp682 Options.KeepSeed = Flags.keep_seed; in FuzzerDriver()