Searched refs:isInterestingMemoryAccess (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp621 static Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite) { function
647 Value *Addr = isInterestingMemoryAccess(I, &IsWrite);
1152 if (Value *Addr = isInterestingMemoryAccess(BI, &IsWrite)) {
1195 if (isInterestingMemoryAccess(Inst, &IsWrite))

Completed in 76 milliseconds