LLVM  4.0.0
Functions
FuzzerMain.cpp File Reference
#include "FuzzerDefs.h"
Include dependency graph for FuzzerMain.cpp:

Go to the source code of this file.

Functions

int LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size)
 
int main (int argc, char **argv)
 

Function Documentation

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)
int main ( int  argc,
char **  argv 
)

Definition at line 19 of file FuzzerMain.cpp.

References fuzzer::FuzzerDriver(), and LLVMFuzzerTestOneInput().