Searched refs:TSan (Results 1 – 7 of 7) sorted by relevance
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.
185 ThreadSanitizer TSan; in run() local186 if (TSan.sanitizeFunction(F, FAM.getResult<TargetLibraryAnalysis>(F))) in run()
408 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
625 lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
1910 // Note: TSan does not use common flags, and they are zero-initialized.1911 // This effectively disables ioctl handling in TSan.
1591 …HelpText<"Statically link the sanitizer runtime (Not supported for ASan, TSan or UBSan on darwin)"…