Home
last modified time | relevance | path

Searched refs:DataFlowTrace (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.h39 class DataFlowTrace {
H A DFuzzerOptions.h49 std::string DataFlowTrace; member
H A DFuzzerDataFlowTrace.cpp22 void DataFlowTrace::Init(const std::string &DirPath, in Init()
H A DFuzzerInternal.h137 DataFlowTrace DFT;
H A DFuzzerLoop.cpp165 DFT.Init(Options.DataFlowTrace, Options.FocusFunction); in Fuzzer()
756 if (!Options.DataFlowTrace.empty()) in ReadAndExecuteSeedCorpora()
H A DFuzzerCorpus.h91 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus()
H A DFuzzerDriver.cpp628 Options.DataFlowTrace = Flags.data_flow_trace; in FuzzerDriver()