Lines Matching defs:Addr
262 static bool shouldInstrumentReadWriteFromAddress(Value *Addr) { in shouldInstrumentReadWriteFromAddress()
291 bool ThreadSanitizer::addrPointsToConstantData(Value *Addr) { in addrPointsToConstantData()
331 Value *Addr = Store->getPointerOperand(); in chooseInstructionsToInstrument() local
337 Value *Addr = Load->getPointerOperand(); in chooseInstructionsToInstrument() local
350 Value *Addr = isa<StoreInst>(*I) in chooseInstructionsToInstrument() local
462 Value *Addr = IsWrite in instrumentLoadOrStore() local
569 Value *Addr = LI->getPointerOperand(); in instrumentAtomic() local
590 Value *Addr = SI->getPointerOperand(); in instrumentAtomic() local
604 Value *Addr = RMWI->getPointerOperand(); in instrumentAtomic() local
621 Value *Addr = CASI->getPointerOperand(); in instrumentAtomic() local
663 int ThreadSanitizer::getMemoryAccessFuncIndex(Value *Addr, in getMemoryAccessFuncIndex()