Home
last modified time | relevance | path

Searched defs:FuzzingOptions (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h17 struct FuzzingOptions { struct
18 int Verbosity = 1;
19 size_t MaxLen = 0;
21 bool KeepSeed = false;
24 int OOMExitCode = 71;
31 int RssLimitMb = 0;
32 int MallocLimitMb = 0;
35 int MutateDepth = 5;
39 bool UseCmp = false;
41 bool Shrink = false;
[all …]