Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp485 mismatch_offset(FindMismatchOffset()), in BaseReport()
553 const sptr mismatch_offset = 0; member in __hwasan::__anon46840d460511::BaseReport
598 result.addr = GetPrintTagStart(untagged_addr + mismatch_offset); in CopyShadow()
1044 tag_t mem_tag = GetTagCopy(MemToShadow(untagged_addr + mismatch_offset)); in ~TagMismatchReport()
1049 GetShortTagCopy(MemToShadow(untagged_addr + mismatch_offset)); in ~TagMismatchReport()
1059 if (mismatch_offset) in ~TagMismatchReport()
1060 Printf("Invalid access starting at offset %zu\n", mismatch_offset); in ~TagMismatchReport()
1068 PrintTags(untagged_addr + mismatch_offset); in ~TagMismatchReport()