Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp108 struct ThreadSanitizer { struct
109 ThreadSanitizer() { in ThreadSanitizer() function
186 ThreadSanitizer TSan; in run()
197 void ThreadSanitizer::initialize(Module &M, const TargetLibraryInfo &TLI) { in initialize()
379 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
412 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument()
479 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores()
489 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction()
586 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()
685 bool ThreadSanitizer::instrumentMemIntrinsic(Instruction *I) { in instrumentMemIntrinsic()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_netbsd_compat.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_interceptors_memintrinsics.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_syscalls.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_syscalls_netbsd.inc10 // ThreadSanitizer, MemorySanitizer, etc.
H A Dsanitizer_common_interceptors.inc10 // ThreadSanitizer, MemorySanitizer, etc.
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interface.inc9 // This file is a part of ThreadSanitizer (TSan), a race detector.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def76 // ThreadSanitizer
H A DAttrDocs.td3075 that AddressSanitizer and ThreadSanitizer should not be applied to the function
3118 not be inserted by ThreadSanitizer. The function is still instrumented by the
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.td285 /// ThreadSanitizer is on.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td2565 … HelpText<"Enable memory access instrumentation in ThreadSanitizer (default)">;
2569 … HelpText<"Disable memory access instrumentation in ThreadSanitizer">;
2572 … HelpText<"Enable function entry/exit instrumentation in ThreadSanitizer (default)">;
2576 … HelpText<"Disable function entry/exit instrumentation in ThreadSanitizer">;
2579 … HelpText<"Enable atomic operations instrumentation in ThreadSanitizer (default)">;
2583 … HelpText<"Disable atomic operations instrumentation in ThreadSanitizer">;
/freebsd/lib/clang/libllvm/
H A DMakefile1810 SRCS_MIN+= Transforms/Instrumentation/ThreadSanitizer.cpp