Searched refs:RunOne (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 426 if (RunOne(U.data(), U.size())) { in RereadOutputCorpus() 450 bool Fuzzer::RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile, in RunOne() function in fuzzer::Fuzzer 670 bool NewCov = RunOne(CurrentUnitData, Size, /*MayDeleteFile=*/true, &II, in MutateAndTestOne() 728 RunOne(U.data(), U.size()); in ReadAndExecuteSeedCorpora() 745 RunOne(U.data(), U.size()); in ReadAndExecuteSeedCorpora()
|
| H A D | FuzzerInternal.h | 70 bool RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile = false,
|