Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h136 void SetFocusFunction(const std::string &FuncName);
H A DFuzzerTracePC.cpp255 void TracePC::SetFocusFunction(const std::string &FuncName) { in SetFocusFunction() function in fuzzer::TracePC
H A DFuzzerLoop.cpp164 TPC.SetFocusFunction(Options.FocusFunction); in Fuzzer()