Searched defs:ThreadSanitizer (Results 1 – 1 of 1) sorted by relevance
108 struct ThreadSanitizer { struct109 ThreadSanitizer() { in ThreadSanitizer() argument123 struct InstructionInfo {145 Type *IntptrTy;146 FunctionCallee TsanFuncEntry;147 FunctionCallee TsanFuncExit;148 FunctionCallee TsanIgnoreBegin;149 FunctionCallee TsanIgnoreEnd;151 static const size_t kNumberOfAccessSizes = 5;152 FunctionCallee TsanRead[kNumberOfAccessSizes];[all …]