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

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h 138 DataFlowTrace DFT;
FuzzerCorpus.h 91 const DataFlowTrace &DFT, const InputInfo *BaseII) {
107 if (auto V = DFT.Get(Sha1Str))
110 // Ideally, when we add an element to a corpus we need to know its DFT.
111 // But if we don't, we'll use the DFT of its base input.
FuzzerLoop.cpp 165 DFT.Init(Options.DataFlowTrace, Options.FocusFunction);
513 TPC.ObservedFocusFunction(), UniqFeatureSetTmp, DFT, II);
807 DFT.Clear(); // No need for DFT any more.
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 592 DataFlowTrace DFT;
598 C->AddToCorpus(Unit{static_cast<uint8_t>(i)}, 1, false, false, {}, DFT,

Completed in 27 milliseconds