Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerTracePC.h119 void SetFocusFunction(const std::string &FuncName);
H A DFuzzerTracePC.cpp250 void TracePC::SetFocusFunction(const std::string &FuncName) { in SetFocusFunction() function in fuzzer::TracePC
H A DFuzzerLoop.cpp856 TPC.SetFocusFunction(FocusFunctionOrAuto); in Loop()