Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerInternal.h110 void PrintStatusForNewUnit(const Unit &U, const char *Text);
H A DFuzzerLoop.cpp655 void Fuzzer::PrintStatusForNewUnit(const Unit &U, const char *Text) { in PrintStatusForNewUnit() function in fuzzer::Fuzzer
669 PrintStatusForNewUnit(U, II->Reduced ? "REDUCE" : "NEW "); in ReportNewCoverage()