Home
last modified time | relevance | path

Searched refs:COV_FLAGS (Results 1 – 2 of 2) sorted by relevance

/external/vboot_reference/
DMakefile189 COV_FLAGS = -O0 --coverage -DCOVERAGE macro
190 CFLAGS += ${COV_FLAGS}
191 LDFLAGS += ${COV_FLAGS}
/external/llvm/docs/
DLibFuzzer.rst405 COV_FLAGS=" -fsanitize-coverage=edge,indirect-calls,8bit-counters"
410 …(cd pcre2-10.20; ./autogen.sh; CC="clang -fsanitize=address $COV_FLAGS" ./configure --prefix=`pwd`…
430 clang++ -g -fsanitize=address $COV_FLAGS -c -std=c++11 -I inst/include/ pcre_fuzzer.cc
507 COV_FLAGS="-fsanitize-coverage=edge,indirect-calls" # -fsanitize-coverage=8bit-counters
509 make -j 32 CC="clang -g -fsanitize=address $COV_FLAGS")