Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp354 Value *tagPointer(IRBuilder<> &IRB, Type *Ty, Value *PtrLong, Value *Tag);
1234 Value *HWAddressSanitizer::tagPointer(IRBuilder<> &IRB, Type *Ty, in tagPointer() function in HWAddressSanitizer
1435 Value *Replacement = tagPointer(IRB, AI->getType(), AINoTagLong, Tag); in instrumentStack()