Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp184 void untagPointerOperand(Instruction *I, Value *Addr);
498 void HWAddressSanitizer::untagPointerOperand(Instruction *I, Value *Addr) { in untagPointerOperand() function in HWAddressSanitizer
629 untagPointerOperand(I, Addr); in instrumentMemAccess()