Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp407 Value *StackBaseTag = nullptr; member in __anone00de11f0111::HWAddressSanitizer
1051 if (StackBaseTag) in getStackBaseTag()
1052 return StackBaseTag; in getStackBaseTag()
1211 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue()
1503 StackBaseTag = nullptr; in sanitizeFunction()