Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp424 Value *StackBaseTag = nullptr; member in __anon75deca650111::HWAddressSanitizer
1146 if (StackBaseTag) in getStackBaseTag()
1147 return StackBaseTag; in getStackBaseTag()
1302 StackBaseTag = IRB.CreateAShr(ThreadLong, 3); in emitPrologue()
1578 StackBaseTag = nullptr; in sanitizeFunction()