Home
last modified time | relevance | path

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

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