Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_dynamic_shadow.cpp56 static uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
108 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_linux.cpp91 uptr FindPremappedShadowStart(uptr shadow_size_bytes) { in FindPremappedShadowStart() function
106 return FindPremappedShadowStart(shadow_size_bytes); in FindDynamicShadowStart()