Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h64 std::string StopFile; member
H A DFuzzerFork.cpp112 std::string StopFile() { return DirPlusFile(TempDir, "STOP"); } in StopFile() function
131 Cmd.addFlag("stop_file", StopFile()); in CreateNewJob()
372 WriteToFile(Unit({1}), Env.StopFile()); in FuzzWithFork()
H A DFuzzerLoop.cpp876 if (!Options.StopFile.empty() && in Loop()
877 !FileToVector(Options.StopFile, 1, false).empty()) in Loop()
H A DFuzzerDriver.cpp772 Options.StopFile = Flags.stop_file; in FuzzerDriver()