Rizin
unix-like reverse engineering framework and cli tools
|
#include "llvm-c/Disassembler.h"
#include "llvm-c/Target.h"
#include "llvm/MC/SubtargetFeature.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
void | LLVMFuzzerInit () |
int | LLVMFuzzerReturnOneInput (const uint8_t *Data, size_t Size, char *AssemblyText) |
void LLVMFuzzerInit | ( | ) |
Definition at line 16 of file fuzz_llvm.cpp.
References assert(), p, and r.
Referenced by LLVMFuzzerTestOneInput().