Searched refs:RunOne (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| D | FuzzerLoop.cpp | 431 if (RunOne(U.data(), U.size())) { in RereadOutputCorpus() 506 bool Fuzzer::RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile, in RunOne() function in fuzzer::Fuzzer 757 bool NewCov = RunOne(CurrentUnitData, Size, /*MayDeleteFile=*/true, &II, in MutateAndTestOne() 809 RunOne(U.data(), U.size()); in ReadAndExecuteSeedCorpora() 826 RunOne(U.data(), U.size(), /*MayDeleteFile*/ false, /*II*/ nullptr, in ReadAndExecuteSeedCorpora()
|
| D | FuzzerInternal.h | 69 bool RunOne(const uint8_t *Data, size_t Size, bool MayDeleteFile = false,
|