Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h92 struct ShadowAddressDescription { struct
100 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr); argument
199 ShadowAddressDescription shadow;
253 const ShadowAddressDescription *AsShadow() const { in AsShadow()
H A Dasan_descriptions.cpp86 ShadowAddressDescription descr; in DescribeAddressIfShadow()
92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { in GetShadowAddressInformation()
320 void ShadowAddressDescription::Print() const { in Print()
478 ShadowAddressDescription shadow_descr; in PrintAddressDescription()