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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFork.cpp94 std::string DataFlowBinary; member in struct:fuzzer::GlobalEnv
129 if (!DataFlowBinary.empty()) {
234 if (DataFlowBinary.empty()) return;
294 Env.DataFlowBinary = Options.CollectDataFlow;

Completed in 61 milliseconds