Home
last modified time | relevance | path

Searched refs:AddrIsInShadow (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_mapping.h379 static inline bool AddrIsInShadow(uptr a) { in AddrIsInShadow() function
386 CHECK(AddrIsInShadow(p)); in ShadowToMem()
HDasan_win.cpp301 if (!AddrIsInShadow(addr)) { in ShadowExceptionHandler()
HDasan_errors.cpp586 if (!AddrIsInShadow(row_shadow_addr)) continue; in PrintShadowMemoryForAddress()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_mapping.h123 inline bool AddrIsInShadow(uptr a) { in AddrIsInShadow() function