Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h89 static const char *const ShadowNames[] = {"low shadow", "shadow gap", variable
H A Dasan_descriptions.cpp321 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print()