Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_checks.h53 HandleTagMismatch(access_info, (uptr)__builtin_return_address(0), in SigTrap()
102 HandleTagMismatch(access_info, (uptr)__builtin_return_address(0), in SigTrap()
H A Dhwasan.h181 void HandleTagMismatch(AccessInfo ai, uptr pc, uptr frame, void *uc,
184 // This dispatches to HandleTagMismatch but sets up the AccessInfo, program
H A Dhwasan.cpp225 void HandleTagMismatch(AccessInfo ai, uptr pc, uptr frame, void *uc, in HandleTagMismatch() function
259 HandleTagMismatch(ai, pc, frame, nullptr, registers_frame); in HwasanTagMismatch()
H A Dhwasan_linux.cpp462 HandleTagMismatch(ai, StackTrace::GetNextInstructionPc(sig.pc), sig.bp, uc); in HwasanOnSIGTRAP()