Lines Matching +full:clang +full:- +full:tsan
1 …N: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize-cover…
2 …N: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=address -fsanitize-cover…
3 …N: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=bounds -fsanitize-cover…
4 …N: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=memory -fsanitize-cover…
5 …clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=thread -fsanitize-coverage=…
6 …N: %clang %s -target x86_64-unknown-linux-gnu -emit-llvm -S -fsanitize=undefined -fsanitize-cover…
13 // CHECK-LABEL: define dso_local void @foo(
15 // CHECK-DAG: call void @__sanitizer_cov_trace_pc in foo()
16 // CHECK-DAG: call void @__sanitizer_cov_trace_const_cmp in foo()
17 // ASAN-DAG: call void @__asan_report_store in foo()
18 // MSAN-DAG: call void @__msan_warning in foo()
19 // BOUNDS-DAG: call void @__ubsan_handle_out_of_bounds in foo()
20 // TSAN-DAG: call void @__tsan_func_entry in foo()
21 // UBSAN-DAG: call void @__ubsan_handle in foo()
25 // CHECK-LABEL: declare void