Home
last modified time | relevance | path

Searched refs:TSan (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc9 // TSan runtime flags.
56 "If the process consumes more memory, then TSan will flush shadow memory.")
H A Dtsan_interface.inc9 // This file is a part of ThreadSanitizer (TSan), a race detector.
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp186 ThreadSanitizer TSan; in run() local
187 if (TSan.sanitizeFunction(F, FAM.getResult<TargetLibraryAnalysis>(F))) in run()
/freebsd/lib/clang/liblldb/
H A DMakefile399 SRCS+= Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist389 lldb/source/Plugins/InstrumentationRuntime/TSan/CMakeLists.txt
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc1830 // Note: TSan does not use common flags, and they are zero-initialized.
1831 // This effectively disables ioctl handling in TSan.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1622 …HelpText<"Statically link the sanitizer runtime (Not supported for ASan, TSan or UBSan on darwin)"…