Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp450 Value *CachedFP = nullptr; member in __anon1b7bdbef0111::HWAddressSanitizer
1280 if (!CachedFP) in getCachedFP()
1281 CachedFP = memtag::getFP(IRB); in getCachedFP()
1282 return CachedFP; in getCachedFP()
1668 CachedFP = nullptr; in sanitizeFunction()