Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan.h165 void HandleTagMismatch(AccessInfo ai, uptr pc, uptr frame, void *uc,
H A Dhwasan.cpp199 void HandleTagMismatch(AccessInfo ai, uptr pc, uptr frame, void *uc, in HandleTagMismatch() function
233 HandleTagMismatch(ai, (uptr)__builtin_return_address(0), in HwasanTagMismatch()
H A Dhwasan_linux.cpp379 HandleTagMismatch(ai, StackTrace::GetNextInstructionPc(sig.pc), sig.bp, uc); in HwasanOnSIGTRAP()