Lines Matching refs:ThreadSanitizer
111 struct ThreadSanitizer { struct
112 ThreadSanitizer() { in ThreadSanitizer() function
187 Optional<ThreadSanitizer> TSan;
203 ThreadSanitizer TSan; in run()
246 void ThreadSanitizer::initialize(Module &M) { in initialize()
441 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
474 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument()
546 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores()
555 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction()
641 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()
743 bool ThreadSanitizer::instrumentMemIntrinsic(Instruction *I) { in instrumentMemIntrinsic()
771 bool ThreadSanitizer::instrumentAtomic(Instruction *I, const DataLayout &DL) { in instrumentAtomic()
865 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex()