Home
last modified time | relevance | path

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

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