Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp408 Value *StackBaseTag = nullptr; member in __anon159c36660111::HWAddressSanitizer
1064 if (StackBaseTag) in getStackBaseTag()
1065 return StackBaseTag; in getStackBaseTag()
1223 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue()
1496 StackBaseTag = nullptr; in sanitizeFunction()