Lines Matching refs:ThreadSanitizer
109 struct ThreadSanitizer { struct
110 ThreadSanitizer() { in ThreadSanitizer() argument
187 ThreadSanitizer TSan; in run()
198 void ThreadSanitizer::initialize(Module &M, const TargetLibraryInfo &TLI) { in initialize()
380 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
413 void ThreadSanitizer::chooseInstructionsToInstrument( in chooseInstructionsToInstrument()
480 void ThreadSanitizer::InsertRuntimeIgnores(Function &F) { in InsertRuntimeIgnores()
490 bool ThreadSanitizer::sanitizeFunction(Function &F, in sanitizeFunction()
587 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()
686 bool ThreadSanitizer::instrumentMemIntrinsic(Instruction *I) { in instrumentMemIntrinsic()
716 bool ThreadSanitizer::instrumentAtomic(Instruction *I, const DataLayout &DL) { in instrumentAtomic()
804 int ThreadSanitizer::getMemoryAccessFuncIndex(Type *OrigTy, Value *Addr, in getMemoryAccessFuncIndex()