Lines Matching refs:fuzzer
7 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=fuzzer")
8 set(CXX_FLAGS_NOFUZZ "${CXX_FLAGS_NOFUZZ} -fsanitize=fuzzer-no-link")
24 # clang-proto-fuzzer components.
58 # Build the fuzzer initialization library.
59 add_clang_subdirectory(fuzzer-initialize)
61 # Build the protobuf fuzzer
62 add_clang_executable(clang-proto-fuzzer
67 # Build the loop protobuf fuzzer
68 add_clang_executable(clang-loop-proto-fuzzer
73 # Build the llvm protobuf fuzzer
74 add_clang_executable(clang-llvm-proto-fuzzer
86 target_link_libraries(clang-proto-fuzzer
93 target_link_libraries(clang-loop-proto-fuzzer
100 target_link_libraries(clang-llvm-proto-fuzzer
113 add_clang_executable(clang-fuzzer
119 target_link_libraries(clang-fuzzer
125 add_clang_executable(clang-objc-fuzzer
131 target_link_libraries(clang-objc-fuzzer