Searched refs:AddrIsInShadowGap (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_mapping_myriad.h77 static inline bool AddrIsInShadowGap(uptr a) { function in namespace:__asan
H A Dasan_mapping_sparc64.h94 static inline bool AddrIsInShadowGap(uptr a) { function in namespace:__asan
H A Dasan_mapping.h337 static inline bool AddrIsInShadowGap(uptr a) {
361 (flags()->protect_shadow_gap == 0 && AddrIsInShadowGap(a));
H A Dasan_descriptions.cpp73 if (AddrIsInShadowGap(addr)) {

Completed in 102 milliseconds