Searched refs:ThreadSanitizer (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 107 struct ThreadSanitizer { struct 108 ThreadSanitizer() { in ThreadSanitizer() function 185 ThreadSanitizer TSan; in run() 199 void ThreadSanitizer::initialize(Module &M, const TargetLibraryInfo &TLI) { in initialize() 381 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() 414 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument() 482 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores() 493 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction() 589 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore() 688 bool ThreadSanitizer::instrumentMemIntrinsic(Instruction *I) { in instrumentMemIntrinsic() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors_netbsd_compat.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
| H A D | sanitizer_common_interceptors_memintrinsics.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
| H A D | sanitizer_common_syscalls.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
| H A D | sanitizer_syscalls_netbsd.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
| H A D | sanitizer_common_interceptors.inc | 10 // ThreadSanitizer, MemorySanitizer, etc.
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_interface.inc | 9 // This file is a part of ThreadSanitizer (TSan), a race detector.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 79 // ThreadSanitizer
|
| H A D | AttrDocs.td | 3577 that AddressSanitizer and ThreadSanitizer should not be applied to the function 3618 not be inserted by ThreadSanitizer. The function is still instrumented by the
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 320 /// ThreadSanitizer is on.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2666 … HelpText<"Enable memory access instrumentation in ThreadSanitizer (default)">; 2670 … HelpText<"Disable memory access instrumentation in ThreadSanitizer">; 2673 … HelpText<"Enable function entry/exit instrumentation in ThreadSanitizer (default)">; 2677 … HelpText<"Disable function entry/exit instrumentation in ThreadSanitizer">; 2680 … HelpText<"Enable atomic operations instrumentation in ThreadSanitizer (default)">; 2684 … HelpText<"Disable atomic operations instrumentation in ThreadSanitizer">;
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1952 SRCS_MIN+= Transforms/Instrumentation/ThreadSanitizer.cpp
|