Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp368 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 Dasan_descriptions.h184 void PrintAddressDescription(uptr addr, uptr access_size = 1,
H A Dasan_report.cpp500 PrintAddressDescription(addr, 1, ""); in __asan_describe_address()
H A Dasan_descriptions.cpp475 void PrintAddressDescription(uptr addr, uptr access_size, in PrintAddressDescription() function