Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerOptions.h60 std::string DataFlowTrace; member
H A DFuzzerDataFlowTrace.cpp106 void DataFlowTrace::ReadCoverage(const std::string &DirPath) { in ReadCoverage()
161 bool DataFlowTrace::Init(const std::string &DirPath, std::string *FocusFunction, in Init()
H A DFuzzerDataFlowTrace.h116 class DataFlowTrace {
H A DFuzzerInternal.h137 DataFlowTrace DFT;
H A DFuzzerLoop.cpp840 if (!Options.DataFlowTrace.empty()) in ReadAndExecuteSeedCorpora()
862 DFT.Init(Options.DataFlowTrace, &FocusFunctionOrAuto, CorporaFiles, in Loop()
H A DFuzzerCorpus.h213 const DataFlowTrace &DFT, const InputInfo *BaseII) { in AddToCorpus()
H A DFuzzerDriver.cpp762 Options.DataFlowTrace = Flags.data_flow_trace; in FuzzerDriver()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Ddataflow.test114 USE_DATA_FLOW_TRACE: INFO: DataFlowTrace: reading from {{.*}}/OUT
116 USE_DATA_FLOW_TRACE: INFO: DataFlowTrace: 6 trace files, 3 functions, 1 traces with focus function
/llvm-project-15.0.7/compiler-rt/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp631 DataFlowTrace DFT; in TEST()
656 DataFlowTrace DFT; in TEST()