Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp75 struct ThreadSanitizer : public FunctionPass { struct
76 ThreadSanitizer() : FunctionPass(ID), DL(nullptr) {} in ThreadSanitizer() function
80 static char ID; // Pass identification, replacement for typeid.
92 const DataLayout *DL;
93 Type *IntptrTy;
94 IntegerType *OrdTy;
96 Function *TsanFuncEntry;
97 Function *TsanFuncExit;
99 static const size_t kNumberOfAccessSizes = 5;
100 Function *TsanRead[kNumberOfAccessSizes];
[all …]
/minix3/external/bsd/llvm/dist/clang/docs/
H A DThreadSanitizer.rst1 ThreadSanitizer title