HomeSort by: relevance | last modified time | path
    Searched refs:ShadowAddressDescription (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_descriptions.h 93 struct ShadowAddressDescription {
101 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr);
193 ShadowAddressDescription shadow;
247 const ShadowAddressDescription *AsShadow() const {
asan_descriptions.cc 88 ShadowAddressDescription descr;
94 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) {
322 void ShadowAddressDescription::Print() const {
473 ShadowAddressDescription shadow_descr;

Completed in 13 milliseconds