Home
last modified time | relevance | path

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

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