Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp370 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 Dasan_descriptions.h184 void PrintAddressDescription(uptr addr, uptr access_size = 1,
H A Dasan_report.cpp507 PrintAddressDescription(addr, 1, ""); in __asan_describe_address()
H A Dasan_descriptions.cpp476 void PrintAddressDescription(uptr addr, uptr access_size, in PrintAddressDescription() function