Home
last modified time | relevance | path

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

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