|
LLVM
4.0.0
|
#include <assert.h>#include <stddef.h>#include <stdint.h>#include <stdio.h>#include <stdlib.h>#include <string.h>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 |
| 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.
|
static |
Definition at line 12 of file InitializeTest.cpp.
Referenced by LLVMFuzzerInitialize(), and LLVMFuzzerTestOneInput().
1.8.6