Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp409 Value *CachedSP = nullptr; member in __anon159c36660111::HWAddressSanitizer
1156 if (!CachedSP) { in getSP()
1164 CachedSP = IRB.CreatePtrToInt( in getSP()
1169 return CachedSP; in getSP()
1497 CachedSP = nullptr; in sanitizeFunction()