Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h90 struct ShadowAddressDescription { struct
98 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr); argument
197 ShadowAddressDescription shadow;
251 const ShadowAddressDescription *AsShadow() const { in AsShadow()
H A Dasan_descriptions.cpp88 ShadowAddressDescription descr; in DescribeAddressIfShadow()
94 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { in GetShadowAddressInformation()
322 void ShadowAddressDescription::Print() const { in Print()
486 ShadowAddressDescription shadow_descr; in PrintAddressDescription()