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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h92 struct ShadowAddressDescription { struct in namespace:__asan
100 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr);
192 ShadowAddressDescription shadow;
246 const ShadowAddressDescription *AsShadow() const {
H A Dasan_descriptions.cpp87 ShadowAddressDescription descr;
93 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
321 void ShadowAddressDescription::Print() const {
472 ShadowAddressDescription shadow_descr;

Completed in 108 milliseconds