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.cpp480 Value *CachedFP = nullptr; member in __anon1b7bdbef0211::HWAddressSanitizer
1328 if (!CachedFP) in getCachedFP()
1329 CachedFP = memtag::getFP(IRB); in getCachedFP()
1330 return CachedFP; in getCachedFP()
1689 CachedFP = nullptr; in sanitizeFunction()