LLVM 20.0.0git
|
Go to the source code of this file.
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
Typedefs | |
using | llvm::FuzzerTestFun = int(*)(const uint8_t *Data, size_t Size) |
using | llvm::FuzzerInitFun = int(*)(int *argc, char ***argv) |
Functions | |
void | llvm::parseFuzzerCLOpts (int ArgC, char *ArgV[]) |
Parse cl::opts from a fuzz target commandline. | |
void | llvm::handleExecNameEncodedBEOpts (StringRef ExecName) |
Handle backend options that are encoded in the executable name. | |
void | llvm::handleExecNameEncodedOptimizerOpts (StringRef ExecName) |
Handle optimizer options which are encoded in the executable name. | |
int | llvm::runFuzzerOnInputs (int ArgC, char *ArgV[], FuzzerTestFun TestOne, FuzzerInitFun Init=[](int *, char ***) { return 0;}) |
Runs a fuzz target on the inputs specified on the command line. | |