Home
last modified time | relevance | path

Searched refs:ThreadSanitizer (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp95 struct ThreadSanitizer { struct
96 ThreadSanitizer(Module &M);
144 Optional<ThreadSanitizer> TSan;
150 ThreadSanitizer TSan(*F.getParent()); in run()
186 void ThreadSanitizer::initializeCallbacks(Module &M) { in initializeCallbacks()
285 ThreadSanitizer::ThreadSanitizer(Module &M) { in ThreadSanitizer() function in ThreadSanitizer
369 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument()
426 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores()
435 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction()
516 bool ThreadSanitizer::instrumentLoadOrStore(Instruction *I, in instrumentLoadOrStore()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSanitizers.def65 // ThreadSanitizer
H A DAttrDocs.td2027 AddressSanitizer and ThreadSanitizer should not be applied to the
2057 not be inserted by ThreadSanitizer. The function is still instrumented by the
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.td170 /// ThreadSanitizer is on.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DOptions.td1051 … HelpText<"Enable memory access instrumentation in ThreadSanitizer (default)">;
1055 … HelpText<"Disable memory access instrumentation in ThreadSanitizer">;
1058 … HelpText<"Enable function entry/exit instrumentation in ThreadSanitizer (default)">;
1062 … HelpText<"Disable function entry/exit instrumentation in ThreadSanitizer">;
1065 … HelpText<"Enable atomic operations instrumentation in ThreadSanitizer (default)">;
1069 … HelpText<"Disable atomic operations instrumentation in ThreadSanitizer">;
/freebsd-12.1/lib/clang/libllvm/
H A DMakefile1333 SRCS_MIN+= Transforms/Instrumentation/ThreadSanitizer.cpp
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc11 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_syscalls_netbsd.inc11 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_interceptors.inc11 // ThreadSanitizer, MemorySanitizer, etc.