Lines Matching full:fuzzing
111 provided if the tool is invoked in fuzzing mode; incompatible in PrintUsage()
128 format; it does not perform any fuzzing. in PrintUsage()
131 fuzzing. Aborts fuzzing early if an invalid binary is created. in PrintUsage()
136 the start of fuzzing, via randomly choosing enabled passes, and in PrintUsage()
138 recommended to run subsequently. Fuzzing then involves in PrintUsage()
146 --fuzzing-target= in PrintUsage()
149 to the semantics of some fuzzing target. Available targets: in PrintUsage()
154 (instead of fuzzing) in PrintUsage()
172 (instead of fuzzing) in PrintUsage()
277 } else if (0 == strncmp(cur_arg, "--fuzzing-target=", in ParseFlags()
278 sizeof("--fuzzing-target=") - 1)) { in ParseFlags()
286 ss << "Unknown fuzzing target '" << target << "'" << std::endl; in ParseFlags()
410 // sense during fuzzing. in ParseFlags()
442 "Fuzzing requires that the --donors option is used."); in ParseFlags()
613 "Not all fuzzing targets are handled"); in Fuzz()