Searched refs:ThreadSanitizer (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/clang/libllvminstrumentation/
H A DMakefile18 ThreadSanitizer.cpp
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp1 //===-- ThreadSanitizer.cpp - race detector -------------------------------===//
10 // This file is a part of ThreadSanitizer, a race detector.
80 /// ThreadSanitizer: instrument the code in module to find races.
81 struct ThreadSanitizer : public FunctionPass { struct in namespace:__anon3162
82 ThreadSanitizer() : FunctionPass(ID) {} function in struct:__anon3162::ThreadSanitizer
123 char ThreadSanitizer::ID = 0;
124 INITIALIZE_PASS(ThreadSanitizer, "tsan",
125 "ThreadSanitizer: detects data races.",
128 const char *ThreadSanitizer::getPassName() const {
129 return "ThreadSanitizer";
[all...]

Completed in 104 milliseconds