Searched full:tsan (Results 1 – 25 of 319) sorted by relevance
12345678910>>...13
/external/compiler-rt/lib/tsan/ |
D | CMakeLists.txt | 7 # TSan runtime to be built with -fPIE to reduce the number of register spills. 12 # Add extra debug information to TSan runtime. This configuration is rarely 99 add_custom_target(tsan) target 100 set_target_properties(tsan PROPERTIES FOLDER "Compiler-RT Misc") 111 add_compiler_rt_runtime(clang_rt.tsan 121 PARENT_TARGET tsan) 133 DEPENDS tsan ${BUILDGO_SCRIPT} 135 COMMENT "Checking TSan Go runtime..." 149 DEPENDS clang_rt.tsan-${arch} ${BUILDGO_SCRIPT} 151 COMMENT "Checking TSan Go runtime..." [all …]
|
/external/clang/test/CodeGen/ |
D | sanitize-thread-attr.cpp | 2 … -triple x86_64-apple-darwin -emit-llvm -o - %s -fsanitize=thread | FileCheck -check-prefix=TSAN %s 14 // TSAN: NoTSAN1{{.*}}) [[NOATTR:#[0-9]+]] 20 // TSAN: NoTSAN2{{.*}}) [[NOATTR]] 27 // TSAN: NoTSAN3{{.*}}) [[NOATTR:#[0-9]+]] 33 // TSAN: TSANOk{{.*}}) [[WITH:#[0-9]+]] 38 // TSAN: TemplateTSANOk{{.*}}) [[WITH]] 44 // TSAN: TemplateNoTSAN{{.*}}) [[NOATTR]] 57 // TSAN: @__cxx_global_var_init{{.*}}[[WITH:#[0-9]+]] 63 // TSAN: attributes [[NOATTR]] = { nounwind{{.*}} } 64 // TSAN: attributes [[WITH]] = { nounwind sanitize_thread{{.*}} }
|
/external/libyuv/files/tools_libyuv/valgrind/ |
D | libyuv_tests.bat | 28 echo "Please specify a tool (tsan or drmemory) by using --tool flag" 39 if "%TOOL_NAME%" == "tsan" GOTO :SETUP_TSAN 40 echo "Unknown tool: `%TOOL_NAME%`! Only tsan and drmemory are supported." 61 :: Set up PIN_COMMAND to invoke TSan {{{1 62 set TSAN_PATH=%THISDIR%..\..\third_party\tsan 63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe 72 set PIN_COMMAND=%TSAN_PATH%\unpacked\tsan-x86-windows\tsan.bat
|
D | libyuv_tests.py | 21 valgrind/tsan/suppressions.txt 22 valgrind/tsan/suppressions_mac.txt 23 valgrind/tsan/suppressions_win32.txt 52 # files based on what's found in the memcheck/ or tsan/ subdirectories of
|
/external/skia/site/dev/testing/ |
D | xsan.md | 1 MSAN, ASAN, & TSAN 6 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang. 10 - TSAN works on Linux and Mac. 81 Configure and Compile Skia with TSAN 87 mkdir -p out/tsan 88 cat > out/tsan/args.gn <<- EOF 91 sanitize = "TSAN" 96 bin/gn gen out/tsan 97 ninja -C out/tsan
|
/external/skqp/site/dev/testing/ |
D | xsan.md | 1 MSAN, ASAN, & TSAN 6 Compiling Skia with ASAN, UBSAN, or TSAN can be done with the latest version of Clang. 10 - TSAN works on Linux and Mac. 81 Configure and Compile Skia with TSAN 87 mkdir -p out/tsan 88 cat > out/tsan/args.gn <<- EOF 91 sanitize = "TSAN" 96 bin/gn gen out/tsan 97 ninja -C out/tsan
|
/external/grpc-grpc/tools/ |
D | bazel.rc | 29 build:tsan --strip=never 30 build:tsan --copt -fsanitize=thread 31 build:tsan --copt -fno-omit-frame-pointer 32 build:tsan --copt -DGPR_NO_DIRECT_SYSCALLS 33 build:tsan --copt -DGRPC_TSAN 34 build:tsan --linkopt -fsanitize=thread 35 build:tsan --action_env=TSAN_OPTIONS=suppressions=test/core/util/tsan_suppressions.txt:halt_on_erro…
|
/external/compiler-rt/test/sanitizer_common/TestCases/Linux/ |
D | decorate_proc_maps.cc | 53 // CHECK-tsan: rw-p {{.*}} [shadow] 54 // CHECK-tsan: rw-p {{.*}} [meta shadow] 55 // CHECK-tsan: rw-p {{.*}} [trace 0] 56 // CHECK-tsan: rw-p {{.*}} [trace header 0] 57 // CHECK-tsan: rw-p {{.*}} [trace 1] 58 // CHECK-tsan: rw-p {{.*}} [trace header 1]
|
/external/clang/test/Lexer/ |
D | has_feature_thread_sanitizer.cpp | 1 // RUN: %clang_cc1 -E -fsanitize=thread %s -o - | FileCheck --check-prefix=CHECK-TSAN %s 2 // RUN: %clang_cc1 -E %s -o - | FileCheck --check-prefix=CHECK-NO-TSAN %s 10 // CHECK-TSAN: ThreadSanitizerEnabled 11 // CHECK-NO-TSAN: ThreadSanitizerDisabled
|
/external/libyuv/files/ |
D | .gitignore | 71 /tools/valgrind-libyuv/tsan/OWNERS 72 /tools/valgrind-libyuv/tsan/PRESUBMIT.py 73 /tools/valgrind-libyuv/tsan/suppressions.txt 74 /tools/valgrind-libyuv/tsan/suppressions_mac.txt 75 /tools/valgrind-libyuv/tsan/suppressions_win32.txt
|
/external/compiler-rt/lib/tsan/tests/ |
D | CMakeLists.txt | 5 FOLDER "TSan unittests") 12 -I${COMPILER_RT_SOURCE_DIR}/lib/tsan/rtl 27 list(APPEND COMPILE_DEPS gtest tsan) 50 list(APPEND TEST_DEPS tsan) 53 # FIXME: Looks like we should link TSan with just-built runtime,
|
/external/llvm/test/Instrumentation/ThreadSanitizer/ |
D | tsan_basic.ll | 1 ; RUN: opt < %s -tsan -S | FileCheck %s 12 ; CHECK: @llvm.global_ctors = {{.*}}@tsan.module_ctor 28 ; Check that tsan converts mem intrinsics back to function calls. 57 ; CHECK: define internal void @tsan.module_ctor()
|
D | tsan-vs-gvn.ll | 1 ; RUN: opt < %s -basicaa -gvn -tsan -S | FileCheck %s 2 ; TSAN conflicts with load widening. Make sure the load widening is off with -tsan.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Instrumentation/ThreadSanitizer/ |
D | tsan_basic.ll | 1 ; RUN: opt < %s -tsan -S | FileCheck %s 12 ; CHECK: @llvm.global_ctors = {{.*}}@tsan.module_ctor 28 ; Check that tsan converts mem intrinsics back to function calls. 81 ; CHECK: define internal void @tsan.module_ctor()
|
D | tsan-vs-gvn.ll | 1 ; RUN: opt < %s -basicaa -gvn -tsan -S | FileCheck %s 2 ; TSAN conflicts with load widening. Make sure the load widening is off with -tsan.
|
D | eh.ll | 1 ; RUN: opt < %s -tsan -S | FileCheck %s --check-prefix=CHECK --check-prefix=CHECK-EXC 2 ; RUN: opt < %s -tsan -S -tsan-handle-cxx-exceptions=0 | FileCheck %s --check-prefix=CHECK --check-…
|
/external/clang/test/Driver/ |
D | sanitizer-ld.c | 159 // RUN: | FileCheck --check-prefix=CHECK-TSAN-LINUX-CXX %s 161 // CHECK-TSAN-LINUX-CXX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}" 162 // CHECK-TSAN-LINUX-CXX-NOT: stdc++ 163 // CHECK-TSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.tsan-x86_64.a" "-no-whole-archive" 164 // CHECK-TSAN-LINUX-CXX: "--dynamic-list={{.*}}libclang_rt.tsan-x86_64.a.syms" 165 // CHECK-TSAN-LINUX-CXX: "-whole-archive" "{{.*}}libclang_rt.tsan_cxx-x86_64.a" "-no-whole-archive" 166 // CHECK-TSAN-LINUX-CXX: "--dynamic-list={{.*}}libclang_rt.tsan_cxx-x86_64.a.syms" 167 // CHECK-TSAN-LINUX-CXX-NOT: "-export-dynamic" 168 // CHECK-TSAN-LINUX-CXX: stdc++ 169 // CHECK-TSAN-LINUX-CXX: "-lpthread" [all …]
|
D | fsanitize.c | 246 …ory -fsanitize=thread,memory %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-MSAN-TSAN-MSAN-DARWIN 247 // CHECK-MSAN-TSAN-MSAN-DARWIN: unsupported option '-fsanitize=memory' for target 'x86_64-apple-dar… 248 // CHECK-MSAN-TSAN-MSAN-DARWIN-NOT: unsupported option 250 …ead,memory -fsanitize=memory %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-MSAN-MSAN-DARWIN 251 // CHECK-TSAN-MSAN-MSAN-DARWIN: unsupported option '-fsanitize=memory' for target 'x86_64-apple-dar… 252 // CHECK-TSAN-MSAN-MSAN-DARWIN-NOT: unsupported option 254 …-apple-darwin -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-X86-64-DARWIN 255 // CHECK-TSAN-X86-64-DARWIN-NOT: unsupported option 257 …mulator -fsanitize=thread %s -### 2>&1 | FileCheck %s --check-prefix=CHECK-TSAN-X86-64-IOSSIMULATOR 258 // CHECK-TSAN-X86-64-IOSSIMULATOR-NOT: unsupported option [all …]
|
D | windows-cross.c | 64 …s/Windows/ARM/8.1/usr/bin -fuse-ld=lld-link2 -shared -o shared.dll -fsanitize=tsan -x c++ %s 2>&1 \ 65 // RUN: | FileCheck %s --check-prefix CHECK-SANITIZE-TSAN 67 // CHECK-SANITIZE-TSAN: error: unsupported argument 'tsan' to option 'fsanitize=' 68 // CHECK-SANITIZE-TSAN-NOT: "-fsanitize={{.*}}"
|
/external/compiler-rt/test/tsan/ |
D | CMakeLists.txt | 6 list(APPEND TSAN_TEST_DEPS tsan) 54 add_lit_testsuite(check-tsan "Running ThreadSanitizer tests" 57 set_target_properties(check-tsan PROPERTIES FOLDER "Compiler-RT Tests")
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_aarch64.S | 32 // call tsan interceptor 80 // call tsan interceptor 130 // call tsan interceptor 182 // call tsan interceptor
|
D | tsan_interface_java.h | 10 // This file is a part of ThreadSanitizer (TSan), a race detector. 13 // The interface is intended to be used from within a JVM and notify TSan 41 // Returns exit status or 0 if tsan does not want to override it.
|
/external/compiler-rt/test/tsan/Linux/ |
D | check_memcpy.cc | 1 // Test that verifies TSan runtime doesn't contain compiler-emitted 2 // memcpy/memmove calls. It builds the binary with TSan and passes it to
|
/external/compiler-rt/lib/ |
D | CMakeLists.txt | 40 add_subdirectory(tsan) 41 add_subdirectory(tsan/dd)
|
/external/swiftshader/third_party/subzero/Makefile.standalone-help/ |
D | help.txt | 19 TSAN=1 20 Enable TSan support, i.e. -fsanitize=thread
|
12345678910>>...13