Searched refs:RunOne (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 433 if (RunOne(U.data(), U.size())) { in RereadOutputCorpus() 508 bool Fuzzer::RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile, in RunOne() function in fuzzer::Fuzzer 760 bool NewCov = RunOne(CurrentUnitData, Size, /*MayDeleteFile=*/true, &II, in MutateAndTestOne() 812 RunOne(U.data(), U.size()); in ReadAndExecuteSeedCorpora() 829 RunOne(U.data(), U.size(), /*MayDeleteFile*/ false, /*II*/ nullptr, in ReadAndExecuteSeedCorpora()
|
| H A D | FuzzerInternal.h | 71 bool RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile = false,
|