Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp425 Value *CachedSP = nullptr; member in __anon75deca650111::HWAddressSanitizer
1236 if (!CachedSP) { in getSP()
1244 CachedSP = IRB.CreatePtrToInt( in getSP()
1248 return CachedSP; in getSP()
1579 CachedSP = nullptr; in sanitizeFunction()