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.
74 /// ThreadSanitizer: instrument the code in module to find races.
75 struct ThreadSanitizer : public FunctionPass { struct in namespace:__anon26258
76 ThreadSanitizer() : FunctionPass(ID), DL(nullptr) {} function in struct:__anon26258::ThreadSanitizer
114 char ThreadSanitizer::ID = 0;
115 INITIALIZE_PASS(ThreadSanitizer, "tsan",
116 "ThreadSanitizer: detects data races.",
119 const char *ThreadSanitizer::getPassName() const {
120 return "ThreadSanitizer";
[all...]

Completed in 157 milliseconds