Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp71 static bool GetShadowKind(uptr addr, ShadowKind *shadow_kind) { in GetShadowKind() function
95 if (!GetShadowKind(addr, &shadow_kind)) return false; in GetShadowAddressInformation()