Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp230 Value *tagPointer(IRBuilder<> &IRB, Type *Ty, Value *PtrLong, Value *Tag);
989 Value *HWAddressSanitizer::tagPointer(IRBuilder<> &IRB, Type *Ty, in tagPointer() function in HWAddressSanitizer
1157 Value *Replacement = tagPointer(IRB, AI->getType(), AILong, Tag); in instrumentStack()