Lines Matching refs:ThreadSanitizer
110 struct ThreadSanitizer { struct
111 ThreadSanitizer() { in ThreadSanitizer() function
186 Optional<ThreadSanitizer> TSan;
202 ThreadSanitizer TSan; in run()
245 void ThreadSanitizer::initialize(Module &M) { in initialize()
411 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
444 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument()
516 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores()
525 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction()
611 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()
713 bool ThreadSanitizer::instrumentMemIntrinsic(Instruction *I) { in instrumentMemIntrinsic()
741 bool ThreadSanitizer::instrumentAtomic(Instruction *I, const DataLayout &DL) { in instrumentAtomic()
833 int ThreadSanitizer::getMemoryAccessFuncIndex(Value *Addr, in getMemoryAccessFuncIndex()