Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp213 ExecuteCallback(U); in RunOne()
240 void Fuzzer::ExecuteCallback(const Unit &U) { in ExecuteCallback() function in fuzzer::Fuzzer
DFuzzerInternal.h127 void ExecuteCallback(const Unit &U);
DFuzzerDriver.cpp205 F->ExecuteCallback(PreciseSizedU); in RunOneTest()