Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h106 void WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix);
H A DFuzzerLoop.cpp185 WriteUnitToFileWithPrefix({CurrentUnitData, CurrentUnitData + UnitSize}, in DumpCurrentUnit()
456 WriteUnitToFileWithPrefix({Data, Data + Size}, "slow-unit-"); in PrintPulseAndReportSlowInput()
639 void Fuzzer::WriteUnitToFileWithPrefix(const Unit &U, const char *Prefix) { in WriteUnitToFileWithPrefix() function in fuzzer::Fuzzer