Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp64 struct FuzzJob { struct
66 Command Cmd;
67 std::string CorpusDir;
68 std::string FeaturesDir;
69 std::string LogPath;
70 std::string SeedListPath;
71 std::string CFPath;
72 size_t JobId;
74 int DftTimeInSeconds = 0;
77 int ExitCode;
[all …]