Searched refs:TagMemory (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_poisoning.h19 uptr TagMemory(uptr p, uptr size, tag_t tag);
H A Dhwasan_poisoning.cpp22 uptr TagMemory(uptr p, uptr size, tag_t tag) { function in namespace:__hwasan
H A Dhwasan_exceptions.cpp65 TagMemory(sp, fp - sp, 0);
H A Dhwasan_thread.cpp93 TagMemory(stack_bottom_, stack_top_ - stack_bottom_, 0);
95 TagMemory(tls_begin_, tls_end_ - tls_begin_, 0);
H A Dhwasan_allocator.h60 TagMemory(p, size, 0);
H A Dhwasan.cpp423 TagMemory(base + phdr->p_vaddr, phdr->p_memsz, 0);
576 TagMemory(sp, dst - sp, 0);
593 TagMemory(bottom, sp - bottom, 0);

Completed in 69 milliseconds