Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp864 TPC.SetFocusFunction(FocusFunctionOrAuto); in Loop()