Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerMutate.cpp332 size_t MutationDispatcher::InsertPartOf(const uint8_t *From, size_t FromSize, in InsertPartOf() function in fuzzer::MutationDispatcher
364 return InsertPartOf(Data, Size, Data, Size, MaxSize); in Mutate_CopyPart()
456 NewSize = InsertPartOf(O.data(), O.size(), Data, Size, MaxSize); in Mutate_CrossOver()
H A DFuzzerMutate.h109 size_t InsertPartOf(const uint8_t *From, size_t FromSize, uint8_t *To,