Home
last modified time | relevance | path

Searched refs:StopFile (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h63 std::string StopFile; member
H A DFuzzerFork.cpp109 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); } in StopFile() function
128 Cmd.addFlag("stop_file", StopFile()); in CreateNewJob()
337 WriteToFile(Unit({1}), Env.StopFile()); in FuzzWithFork()
H A DFuzzerLoop.cpp868 if (!Options.StopFile.empty() && in Loop()
869 !FileToVector(Options.StopFile, 1, false).empty()) in Loop()
H A DFuzzerDriver.cpp769 Options.StopFile = Flags.stop_file; in FuzzerDriver()