Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cc72 TagMemory(stack_bottom_, stack_top_ - stack_bottom_, 0); in ClearShadowForThreadStackAndTLS()
74 TagMemory(tls_begin_, tls_end_ - tls_begin_, 0); in ClearShadowForThreadStackAndTLS()
H A Dhwasan_poisoning.h20 uptr TagMemory(uptr p, uptr size, tag_t tag);
H A Dhwasan_poisoning.cc31 uptr TagMemory(uptr p, uptr size, tag_t tag) { in TagMemory() function
H A Dhwasan_allocator.h49 TagMemory(p, size, 0); in DECLARE_REAL()
H A Dhwasan.cc467 TagMemory(sp, dst - sp, 0); in __hwasan_handle_longjmp()