Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_dynamic_shadow.cpp63 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
115 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_linux.cpp77 uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
92 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()