Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerTracePC.h80 void SetPrintNewFuncs(size_t P) { NumPrintNewFuncs = P; } in SetPrintNewFuncs() function
DFuzzerLoop.cpp860 TPC.SetPrintNewFuncs(Options.PrintNewCovFuncs); in Loop()