Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_descriptions.h93 struct ShadowAddressDescription { struct
101 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr); argument
193 ShadowAddressDescription shadow;
247 const ShadowAddressDescription *AsShadow() const { in AsShadow()
H A Dasan_descriptions.cc88 ShadowAddressDescription descr; in DescribeAddressIfShadow()
94 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { in GetShadowAddressInformation()
322 void ShadowAddressDescription::Print() const { in Print()
473 ShadowAddressDescription shadow_descr; in PrintAddressDescription()