Home
last modified time | relevance | path

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

/llvm-project/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.cpp883 if (!Options.StopFile.empty() && in Loop()
884 !FileToVector(Options.StopFile, 1, false).empty()) in Loop()
H A DFuzzerDriver.cpp775 Options.StopFile = Flags.stop_file; in FuzzerDriver()