Lines Matching full:asan
28 -I${COMPILER_RT_SOURCE_DIR}/lib/asan
42 # -gline-tables-only must be enough for ASan, so use it if possible.
76 list(APPEND ASAN_UNITTEST_INSTRUMENTED_CFLAGS -mllvm -asan-instrument-assembly)
134 list(APPEND COMPILE_DEPS gtest asan)
142 # Link ASan unit test for a given architecture from a set
149 list(APPEND TEST_DEPS asan)
181 # ASan benchmarks (not actively used now).
209 # Adds ASan unit tests and benchmarks for architecture.
223 # Create the 'default' folder where ASAN tests are produced.
232 add_asan_test(AsanUnitTests "Asan-${arch}${kind}-Test"
237 # Create the 'dynamic' folder where ASAN tests are produced.
246 add_asan_test(AsanDynamicUnitTests "Asan-${arch}${kind}-Dynamic-Test"
252 # Add static ASan runtime that will be linked with uninstrumented tests.
283 add_asan_test(AsanUnitTests "Asan-${arch}${kind}-Noinst-Test"
295 add_asan_test(AsanBenchmarks "Asan-${arch}${kind}-Benchmark"
309 -mllvm -asan-instrumentation-with-call-threshold=0)
315 # Test w/o ASan instrumentation. Link it with ASan statically.
329 # Test with ASan instrumentation. Link with ASan dynamic runtime.