Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp1018 class TagMismatchReport : public BaseReport { class
1020 explicit TagMismatchReport(StackTrace *stack, uptr tagged_addr, in TagMismatchReport() function in __hwasan::__anon865875d10511::TagMismatchReport
1026 ~TagMismatchReport();
1033 TagMismatchReport::~TagMismatchReport() { in ~TagMismatchReport()
1089 TagMismatchReport R(stack, tagged_addr, access_size, is_store, fatal, in ReportTagMismatch()