Searched refs:TSan (Results 1 – 12 of 12) sorted by relevance
5 # TSan runtime to be built with -fPIE to reduce the number of register spills.13 # Add extra debug information to TSan runtime. This configuration is rarely21 # Build libcxx instrumented with TSan.
123 …message(FATAL_ERROR "Building the TSan runtime requires at least macOS SDK 10.12 (or aligned SDK o…167 COMMENT "Checking TSan Go runtime..."184 COMMENT "Checking TSan Go runtime..."198 COMMENT "Checking TSan Go runtime..."212 COMMENT "Checking TSan Go runtime..."234 COMMENT "Checking TSan Go runtime..."
9 // TSan runtime flags.56 "If the process consumes more memory, then TSan will flush shadow memory.")
9 // This file is a part of ThreadSanitizer (TSan), a race detector.
3 add_subdirectory(TSan)
15 .PATH: ${.CURDIR}/../../../llvm/lldb/source/Plugins/InstrumentationRuntime/TSan
44 # It's performance-critical for TSan runtime to be built with -fPIE to reduce180 # Build libcxx instrumented with TSan.
67 # TSan uses C++ standard library headers.
187 ThreadSanitizer TSan; in run() local188 if (TSan.sanitizeFunction(F, FAM.getResult<TargetLibraryAnalysis>(F))) in run()
3162 * - lldb/source/Plugins/InstrumentationRuntime/TSan
1892 // Note: TSan does not use common flags, and they are zero-initialized.1893 // This effectively disables ioctl handling in TSan.
4170 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp4171 lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h