Home
last modified time | relevance | path

Searched refs:LLVMFuzzerTestOneInput (Results 1 – 5 of 5) sorted by relevance

/isa-l/tests/fuzz/
H A Digzip_fuzz_inflate.c11 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size);
42 return LLVMFuzzerTestOneInput(in_buf, in_file_size); in main()
H A Digzip_simple_inflate_fuzz_test.c7 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() function
H A Digzip_checked_inflate_fuzz_test.c10 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() function
H A Digzip_simple_round_trip_fuzz_test.c38 LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() function
/isa-l/tools/
H A Dtest_fuzz.sh121 …if (echo int LLVMFuzzerTestOneInput\(\)\{return 0\;\} | clang++ -x c - -fsanitize=fuzzer,address -…
124 …elif (echo int LLVMFuzzerTestOneInput\(\)\{return 0\;\} | clang++ -x c - -lFuzzer -lpthread -o /de…