Home
last modified time | relevance | path

Searched refs:PrintAddressDescription (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp299 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/
Dasan_descriptions.h177 void PrintAddressDescription(uptr addr, uptr access_size = 1,
Dasan_report.cpp500 PrintAddressDescription(addr, 1, ""); in __asan_describe_address()
Dasan_descriptions.cpp470 void PrintAddressDescription(uptr addr, uptr access_size, in PrintAddressDescription() function