Searched refs:__hwasan_tag_mismatch (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_tag_mismatch_aarch64.S57 // This function has two entry points. The first, __hwasan_tag_mismatch, is used
74 .global __hwasan_tag_mismatch
75 .type __hwasan_tag_mismatch, %function
76 __hwasan_tag_mismatch: label
100 // Restore x0, x1 and sp to their values from before the __hwasan_tag_mismatch
114 // __hwasan_tag_mismatch. The frame pointer is already correctly setup
147 .size __hwasan_tag_mismatch, .Lfunc_end0-__hwasan_tag_mismatch
H A Dhwasan_interface_internal.h112 void __hwasan_tag_mismatch(uptr addr, u8 ts);

Completed in 48 milliseconds