LLVM  4.0.0
Functions | Variables
InitializeTest.cpp File Reference
#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for InitializeTest.cpp:

Go to the source code of this file.

Functions

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

Variables

static char * argv0
 

Function Documentation

int LLVMFuzzerInitialize ( int *  argc,
char ***  argv 
)

Definition at line 14 of file InitializeTest.cpp.

References argv, argv0, and assert().

Referenced by __attribute__(), and main().

int LLVMFuzzerTestOneInput ( const uint8_t *  Data,
size_t  Size 
)

Definition at line 21 of file InitializeTest.cpp.

References argv0.

Variable Documentation

char* argv0
static

Definition at line 12 of file InitializeTest.cpp.

Referenced by LLVMFuzzerInitialize(), and LLVMFuzzerTestOneInput().