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.
186 ThreadSanitizer TSan; in run() local187 if (TSan.sanitizeFunction(F, FAM.getResult<TargetLibraryAnalysis>(F))) in run()
399 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
389 lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
1830 // Note: TSan does not use common flags, and they are zero-initialized.1831 // This effectively disables ioctl handling in TSan.
1622 …HelpText<"Statically link the sanitizer runtime (Not supported for ASan, TSan or UBSan on darwin)"…