Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h79 void SetPrintNewPCs(bool P) { DoPrintNewPCs = P; } in SetPrintNewPCs() function
H A DFuzzerLoop.cpp869 TPC.SetPrintNewPCs(Options.PrintNewCovPcs); in Loop()