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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h36 bool MayDeleteFile = false; member in struct:fuzzer::InputInfo
179 InputInfo *AddToCorpus(const Unit &U, size_t NumFeatures, bool MayDeleteFile, argument
190 II.MayDeleteFile = MayDeleteFile;
301 if (!OutputCorpus.empty() && II.MayDeleteFile)
H A DFuzzerInternal.h69 bool RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile = false,
H A DFuzzerLoop.cpp466 bool Fuzzer::RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile, argument
493 MayDeleteFile, TPC.ObservedFocusFunction(),
702 bool NewCov = RunOne(CurrentUnitData, Size, /*MayDeleteFile=*/true, &II,

Completed in 61 milliseconds