clang-tools 20.0.0git
|
#include "llvm/FuzzMutate/FuzzerCLI.h"
Go to the source code of this file.
Functions | |
int | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
int | main (int argc, char *argv[]) |
int LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
size_t | Size | ||
) |
Referenced by main().
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 16 of file FuzzerClangdMain.cpp.
References LLVMFuzzerTestOneInput().