Home
last modified time | relevance | path

Searched refs:hasOutputFile (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h125 bool hasOutputFile() const { return !OutputFile.empty(); } in hasOutputFile() function
145 if (hasOutputFile()) in toString()
H A DFuzzerUtilFuchsia.cpp501 if (Cmd.hasOutputFile()) { in ExecuteCommand()