Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h105 void PrintStatusForNewUnit(const Unit &U, const char *Text);
H A DFuzzerLoop.cpp649 void Fuzzer::PrintStatusForNewUnit(const Unit &U, const char *Text) { in PrintStatusForNewUnit() function in fuzzer::Fuzzer
663 PrintStatusForNewUnit(U, II->Reduced ? "REDUCE" : "NEW "); in ReportNewCoverage()