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

/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp657 static Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite, function
731 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &Alignment);
1386 isInterestingMemoryAccess(&Inst, &IsWrite, &Alignment)) {
1437 if (isInterestingMemoryAccess(Inst, &IsWrite, &Alignment))

Completed in 62 milliseconds