Searched refs:PrintAddressDescription (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_report.cpp | 368 void PrintAddressDescription( in PrintAddressDescription() function 571 PrintAddressDescription(tagged_addr, 0, nullptr); in ReportInvalidFree() 679 PrintAddressDescription(tagged_addr, access_size, in ReportTagMismatch()
|
| /freebsd-13.1/contrib/llvm-project/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 | 500 PrintAddressDescription(addr, 1, ""); in __asan_describe_address()
|
| H A D | asan_descriptions.cpp | 475 void PrintAddressDescription(uptr addr, uptr access_size, in PrintAddressDescription() function
|