Lines Matching full:fuzzing
105 provided if the tool is invoked in fuzzing mode; incompatible in PrintUsage()
122 format; it does not perform any fuzzing. in PrintUsage()
125 fuzzing. Aborts fuzzing early if an invalid binary is created. in PrintUsage()
130 the start of fuzzing, via randomly choosing enabled passes, and in PrintUsage()
132 recommended to run subsequently. Fuzzing then involves in PrintUsage()
140 --fuzzing-target= in PrintUsage()
143 to the semantics of some fuzzing target. Available targets: in PrintUsage()
148 (instead of fuzzing) in PrintUsage()
166 (instead of fuzzing) in PrintUsage()
271 } else if (0 == strncmp(cur_arg, "--fuzzing-target=", in ParseFlags()
272 sizeof("--fuzzing-target=") - 1)) { in ParseFlags()
280 ss << "Unknown fuzzing target '" << target << "'" << std::endl; in ParseFlags()
404 // sense during fuzzing. in ParseFlags()
436 "Fuzzing requires that the --donors option is used."); in ParseFlags()
607 "Not all fuzzing targets are handled"); in Fuzz()