Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp163 return AddTagToPointer(p, tag); in TagMemoryAligned()
H A Dhwasan.h106 static inline uptr AddTagToPointer(uptr p, tag_t tag) { in AddTagToPointer() function
H A Dhwasan_allocator.cpp429 return (const void *)AddTagToPointer((uptr)beg, tag); in AllocationBegin()
591 return AddTagToPointer(chunk, mem_tag); in GetUserAddr()
H A Dhwasan.cpp458 ShortTagSize(*(tag_t *)s, AddTagToPointer(ShadowToMem(s), ptr_tag)); in __hwasan_test_shadow()
678 return AddTagToPointer(p, tag); in __hwasan_tag_pointer()
H A Dhwasan_linux.cpp531 return AddTagToPointer(p, tag); in BeforeFork()