Searched refs:TagMemory (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_poisoning.h | 19 uptr TagMemory(uptr p, uptr size, tag_t tag);
|
| H A D | hwasan_thread.cpp | 97 TagMemory(UntagAddr(stack_bottom_), in ClearShadowForThreadStackAndTLS() 101 TagMemory(UntagAddr(tls_begin_), in ClearShadowForThreadStackAndTLS()
|
| H A D | hwasan_poisoning.cpp | 22 uptr TagMemory(uptr p, uptr size, tag_t tag) { in TagMemory() function
|
| H A D | hwasan_exceptions.cpp | 65 TagMemory(UntagAddr(sp), UntagAddr(fp) - UntagAddr(sp), in __hwasan_personality_wrapper()
|
| H A D | hwasan_allocator.h | 65 TagMemory(p, size, 0); in OnUnmap()
|
| H A D | hwasan.cpp | 427 TagMemory(base + phdr->p_vaddr, phdr->p_memsz, 0); in __hwasan_library_unloaded() 698 TagMemory(sp, dst - sp, 0); in __hwasan_handle_longjmp() 715 TagMemory(bottom, sp - bottom, 0); in __hwasan_handle_vfork()
|