Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.cpp478 ShadowAddressDescription shadow_descr; in PrintAddressDescription() local
479 if (GetShadowAddressInformation(addr, &shadow_descr)) { in PrintAddressDescription()
480 shadow_descr.Print(); in PrintAddressDescription()