Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp167 Value *tagPointer(IRBuilder<> &IRB, Type *Ty, Value *PtrLong, Value *Tag);
596 Value *HWAddressSanitizer::tagPointer(IRBuilder<> &IRB, Type *Ty, in tagPointer() function in HWAddressSanitizer
649 Value *Replacement = tagPointer(IRB, AI->getType(), AILong, Tag); in instrumentStack()