Lines Matching refs:ThreadSanitizer
108 struct ThreadSanitizer { struct
109 ThreadSanitizer() { in ThreadSanitizer() argument
186 ThreadSanitizer TSan; in run()
197 void ThreadSanitizer::initialize(Module &M, const TargetLibraryInfo &TLI) { in initialize()
379 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
412 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument()
479 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores()
489 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction()
586 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()
685 bool ThreadSanitizer::instrumentMemIntrinsic(Instruction *I) { in instrumentMemIntrinsic()
715 bool ThreadSanitizer::instrumentAtomic(Instruction *I, const DataLayout &DL) { in instrumentAtomic()
803 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex()