Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp1069 Value *StackPointerLong = getSP(IRB); in getStackBaseTag() local
1071 applyTagMask(IRB, IRB.CreateXor(StackPointerLong, in getStackBaseTag()
1072 IRB.CreateLShr(StackPointerLong, 20))); in getStackBaseTag()