Home
last modified time | relevance | path

Searched refs:kShadowKindGap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_debugging.cpp95 case kShadowKindGap: in __asan_locate_address()
H A Dasan_descriptions.h86 kShadowKindGap, enumerator
H A Dasan_descriptions.cpp74 *shadow_kind = kShadowKindGap; in GetShadowKind()
96 if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr; in GetShadowAddressInformation()