Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp161 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
314 Value *HWAddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in HWAddressSanitizer
474 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMemAccess()
730 Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in runOnFunction()
DAddressSanitizer.cpp642 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
1207 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1403 isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment, &MaybeMask); in instrumentMop()
2509 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in runOnFunction()
2560 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in runOnFunction()
/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp480 Value *isInterestingMemoryAccess(Instruction *I, bool *IsWrite,
937 Value *AddressSanitizer::isInterestingMemoryAccess(Instruction *I, in isInterestingMemoryAccess() function in AddressSanitizer
1034 Value *Addr = isInterestingMemoryAccess(I, &IsWrite, &TypeSize, &Alignment); in instrumentMop()
1810 if (Value *Addr = isInterestingMemoryAccess(&Inst, &IsWrite, &TypeSize, in runOnFunction()
1853 if (isInterestingMemoryAccess(Inst, &IsWrite, &TypeSize, &Alignment)) in runOnFunction()