Searched refs:PrintAddressDescription (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/hwasan/ |
D | hwasan_report.cpp | 299 void PrintAddressDescription( in PrintAddressDescription() function 523 PrintAddressDescription(tagged_addr, 0, nullptr); in ReportInvalidFree() 625 PrintAddressDescription(tagged_addr, access_size, in ReportTagMismatch()
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_descriptions.h | 177 void PrintAddressDescription(uptr addr, uptr access_size = 1,
|
D | asan_report.cpp | 500 PrintAddressDescription(addr, 1, ""); in __asan_describe_address()
|
D | asan_descriptions.cpp | 470 void PrintAddressDescription(uptr addr, uptr access_size, in PrintAddressDescription() function
|