Searched refs:PrintAddressDescription (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 370 void PrintAddressDescription( in PrintAddressDescription() function 598 PrintAddressDescription(tagged_addr, 0, nullptr); in ReportInvalidFree() 736 PrintAddressDescription(tagged_addr, access_size, in ReportTagMismatch()
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_descriptions.h | 184 void PrintAddressDescription(uptr addr, uptr access_size = 1,
|
| H A D | asan_report.cpp | 507 PrintAddressDescription(addr, 1, ""); in __asan_describe_address()
|
| H A D | asan_descriptions.cpp | 476 void PrintAddressDescription(uptr addr, uptr access_size, in PrintAddressDescription() function
|