Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp217 const void *ExistingBytes, *DesiredBytes; in MakeDictionaryEntryFromCMP() local
221 ExistingBytes = HandleFirst ? Arg1 : Arg2; in MakeDictionaryEntryFromCMP()
231 (const uint8_t *)SearchMemory(Cur, End - Cur, ExistingBytes, ArgSize); in MakeDictionaryEntryFromCMP()