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

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

Completed in 466 milliseconds