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

/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_mapping.h78 inline bool AddrIsInShadowGap(uptr a) { function in namespace:__memprof
88 (flags()->protect_shadow_gap == 0 && AddrIsInShadowGap(a));
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_mapping_sparc64.h96 static inline bool AddrIsInShadowGap(uptr a) { function in namespace:__asan
H A Dasan_mapping.h339 static inline bool AddrIsInShadowGap(uptr a) {
367 (flags()->protect_shadow_gap == 0 && AddrIsInShadowGap(a));
H A Dasan_descriptions.cpp73 if (AddrIsInShadowGap(addr)) {

Completed in 117 milliseconds