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;
20 size_t LenControl = 1000;
21 bool KeepSeed = false;
22 int UnitTimeoutSec = 300;
23 int TimeoutExitCode = 70;
24 int OOMExitCode = 71;
25 int InterruptExitCode = 72;
26 int ErrorExitCode = 77;
[all …]