Searched refs:ThreadSanitizer (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ThreadSanitizer.cpp | 111 struct ThreadSanitizer { struct 112 ThreadSanitizer() { in ThreadSanitizer() function 187 Optional<ThreadSanitizer> TSan; 203 ThreadSanitizer TSan; in run() 246 void ThreadSanitizer::initialize(Module &M) { in initialize() 441 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData() 474 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument() 546 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores() 555 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction() 641 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore() [all …]
|
| /freebsd-13.1/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_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-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 73 // ThreadSanitizer
|
| H A D | AttrDocs.td | 2586 that AddressSanitizer and ThreadSanitizer should not be applied to the function 2617 not be inserted by ThreadSanitizer. The function is still instrumented by the
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Attributes.td | 242 /// ThreadSanitizer is on.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 1694 … HelpText<"Enable memory access instrumentation in ThreadSanitizer (default)">; 1698 … HelpText<"Disable memory access instrumentation in ThreadSanitizer">; 1701 … HelpText<"Enable function entry/exit instrumentation in ThreadSanitizer (default)">; 1705 … HelpText<"Disable function entry/exit instrumentation in ThreadSanitizer">; 1708 … HelpText<"Enable atomic operations instrumentation in ThreadSanitizer (default)">; 1712 … HelpText<"Disable atomic operations instrumentation in ThreadSanitizer">;
|
| /freebsd-13.1/lib/clang/libllvm/ |
| H A D | Makefile | 1544 SRCS_MIN+= Transforms/Instrumentation/ThreadSanitizer.cpp
|