Searched refs:setOutputFile (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h130 void setOutputFile(const std::string &FileName) { OutputFile = FileName; } function in class:fuzzer::final
H A DFuzzerFork.cpp168 Cmd.setOutputFile(Job->LogPath);
243 Cmd.setOutputFile(DirPlusFile(TempDir, "dft.log"));
H A DFuzzerDataFlowTrace.cpp280 Cmd.setOutputFile(FunctionsTxtPath);
H A DFuzzerMerge.cpp373 Cmd.setOutputFile(getDevNull());
H A DFuzzerUtilFuchsia.cpp539 Cmd.setOutputFile(LogFilePath);
H A DFuzzerDriver.cpp233 Cmd.setOutputFile(Log);
337 Cmd.setOutputFile(getDevNull());

Completed in 98 milliseconds