Home
last modified time | relevance | path

Searched refs:SetFocusFunction (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerTracePC.h142 void SetFocusFunction(const std::string &FuncName);
H A DFuzzerTracePC.cpp301 void TracePC::SetFocusFunction(const std::string &FuncName) { in SetFocusFunction() function in fuzzer::TracePC
H A DFuzzerLoop.cpp164 TPC.SetFocusFunction(Options.FocusFunction); in Fuzzer()