OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThreadSanitizer
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
1
//===--
ThreadSanitizer
.cpp - race detector -------------------------------===//
10
// This file is a part of
ThreadSanitizer
, a race detector.
83
///
ThreadSanitizer
: instrument the code in module to find races.
84
struct
ThreadSanitizer
: public FunctionPass {
85
ThreadSanitizer
() : FunctionPass(ID) {}
127
char
ThreadSanitizer
::ID = 0;
129
ThreadSanitizer
, "tsan",
130
"
ThreadSanitizer
: detects data races.",
134
ThreadSanitizer
, "tsan",
135
"
ThreadSanitizer
: detects data races."
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
1
//===--
ThreadSanitizer
.cpp - race detector -------------------------------===//
10
// This file is a part of
ThreadSanitizer
, a race detector.
88
///
ThreadSanitizer
: instrument the code in module to find races.
89
struct
ThreadSanitizer
: public FunctionPass {
90
ThreadSanitizer
() : FunctionPass(ID) {}
135
char
ThreadSanitizer
::ID = 0;
137
ThreadSanitizer
, "tsan",
138
"
ThreadSanitizer
: detects data races.",
142
ThreadSanitizer
, "tsan",
143
"
ThreadSanitizer
: detects data races."
[
all
...]
Completed in 924 milliseconds