Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp58 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
110 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp85 uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
100 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()