HomeSort by: relevance | last modified time | path
    Searched refs:Traces (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDataFlowTrace.h 21 // All other files in the dir are the traces, see dataflow/DataFlow.cpp.
42 void Clear() { Traces.clear(); }
44 auto It = Traces.find(InputSha1);
45 if (It != Traces.end())
52 std::unordered_map<std::string, Vector<uint8_t> > Traces;
FuzzerDataFlowTrace.cpp 42 // Read traces.
76 Traces[Name] = V;
77 // Print just a few small traces.
86 "%zd traces with focus function\n",

Completed in 19 milliseconds