Home
last modified time | relevance | path

Searched refs:DescribeAddressIfShadow (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_report.h44 bool DescribeAddressIfShadow(uptr addr, AddressDescription *descr = nullptr,
Dasan_debugging.cc68 if (DescribeAddressIfShadow(addr, descr, /* print */ false)) { in AsanLocateAddress()
Dasan_report.cc339 bool DescribeAddressIfShadow(uptr addr, AddressDescription *descr, bool print) { in DescribeAddressIfShadow() function
583 if (DescribeAddressIfShadow(addr)) in DescribeAddress()