Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h82 enum ShadowKind : u8 { enum
92 ShadowKind kind;
H A Dasan_descriptions.cpp73 static bool GetShadowKind(uptr addr, ShadowKind *shadow_kind) { in GetShadowKind()
96 ShadowKind shadow_kind; in GetShadowAddressInformation()