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

/external/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp1 //===-- ThreadSanitizer.cpp - race detector -------------------------------===//
10 // This file is a part of ThreadSanitizer, a race detector.
63 /// ThreadSanitizer: instrument the code in module to find races.
64 struct ThreadSanitizer : public FunctionPass { struct in namespace:__anon9074
65 ThreadSanitizer();
95 char ThreadSanitizer::ID = 0;
96 INITIALIZE_PASS(ThreadSanitizer, "tsan",
97 "ThreadSanitizer: detects data races.",
100 const char *ThreadSanitizer::getPassName() const {
101 return "ThreadSanitizer";
104 ThreadSanitizer::ThreadSanitizer() function in class:ThreadSanitizer
[all...]

Completed in 69 milliseconds