Home
last modified time | relevance | path

Searched refs:SetMaxMutationLen (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h84 void SetMaxMutationLen(size_t MaxMutationLen);
H A DFuzzerLoop.cpp384 void Fuzzer::SetMaxMutationLen(size_t MaxMutationLen) { in SetMaxMutationLen() function in fuzzer::Fuzzer
H A DFuzzerDriver.cpp500 F->SetMaxMutationLen(U.size() - 1); in MinimizeCrashInputInternalStep()