Searched refs:WriteUnitToFileWithPrefix (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h100 void WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix);
H A DFuzzerLoop.cpp187 WriteUnitToFileWithPrefix({CurrentUnitData, CurrentUnitData + UnitSize},
445 WriteUnitToFileWithPrefix({Data, Data + Size}, "slow-unit-");
584 void Fuzzer::WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix) { function in class:fuzzer::Fuzzer

Completed in 153 milliseconds