|
LLVM
3.7.0
|
Go to the source code of this file.
Functions | |
| void | LLVMFuzzerTestOneInput (const uint8_t *Data, size_t Size) |
| TEST (Fuzzer, CrossOver) | |
| TEST (Fuzzer, Hash) | |
| void LLVMFuzzerTestOneInput | ( | const uint8_t * | Data, |
| size_t | Size | ||
| ) |
Definition at line 7 of file FuzzerUnittest.cpp.
| TEST | ( | Fuzzer | , |
| CrossOver | |||
| ) |
Definition at line 11 of file FuzzerUnittest.cpp.
References llvm::ARM_PROC::A, and fuzzer::CrossOver().
| TEST | ( | Fuzzer | , |
| Hash | |||
| ) |
Definition at line 67 of file FuzzerUnittest.cpp.
References llvm::ARM_PROC::A, and fuzzer::Hash().
1.8.6