Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_dynamic_shadow.cpp63 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
115 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_linux.cpp77 uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
92 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()