HomeSort by: relevance | last modified time | path
    Searched defs:Fuzzer (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h 1 //===- FuzzerInternal.h - Internal header for the Fuzzer --------*- C++ -* ===//
9 // Define the main class fuzzer::Fuzzer and most functions.
29 namespace fuzzer { namespace
33 class Fuzzer {
36 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
38 ~Fuzzer();
177 } // namespace fuzzer
FuzzerLoop.cpp 1 //===- FuzzerLoop.cpp - Fuzzer's main loop --------------------------------===//
9 // Fuzzer's main loop.
39 namespace fuzzer { namespace
42 thread_local bool Fuzzer::IsMyThread;
48 // Only one Fuzzer per process.
49 static Fuzzer *F;
128 void Fuzzer::HandleMalloc(size_t Size) {
141 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
168 Fuzzer::~Fuzzer() {
    [all...]

Completed in 12 milliseconds