Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_report.h24 void ReportTagMismatch(StackTrace *stack, uptr addr, uptr access_size,
H A Dhwasan.cpp217 ReportTagMismatch(stack, ai.addr, ai.size, ai.is_store, fatal, in HandleTagMismatch()
H A Dhwasan_report.cpp679 void ReportTagMismatch(StackTrace *stack, uptr tagged_addr, uptr access_size, in ReportTagMismatch() function