HomeSort by relevance Sort by last modified time
    Searched defs:Fuzzer (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Fuzzer/
FuzzerInternal.h 1 //===- FuzzerInternal.h - Internal header for the Fuzzer --------*- C++ -* ===//
9 // Define the main class fuzzer::Fuzzer and most functions.
26 namespace fuzzer { namespace
70 class Fuzzer {
101 Fuzzer(UserSuppliedFuzzer &USF, FuzzingOptions Options);
206 }; // namespace fuzzer
FuzzerLoop.cpp 1 //===- FuzzerLoop.cpp - Fuzzer's main loop --------------------------------===//
9 // Fuzzer's main loop.
36 namespace fuzzer { namespace
51 // Only one Fuzzer per process.
52 static Fuzzer *F;
54 Fuzzer::Fuzzer(UserSuppliedFuzzer &USF, FuzzingOptions Options)
62 void Fuzzer::SetDeathCallback() {
67 void Fuzzer::PrintUnitInASCII(const Unit &U, const char *PrintAfter) {
71 void Fuzzer::StaticDeathCallback()
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
Fuzzer.java 64 public abstract class Fuzzer {
88 protected Fuzzer(BaseListener listener) {
101 * Call this after fuzzer execution to print out timing results.
202 * Called from each Fuzzer subclass that we can instantiate. Parses the program, fuzzes it,
238 Log.errorAndQuit("Your Fuzzer subclass called execute() "

Completed in 6222 milliseconds