Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan.h94 static inline uptr AddTagToPointer(uptr p, tag_t tag) { in AddTagToPointer() function
H A Dhwasan_fuchsia.cpp163 return AddTagToPointer(p, tag); in TagMemoryAligned()
H A Dhwasan_linux.cpp529 return AddTagToPointer(p, tag); in TagMemoryAligned()
H A Dhwasan.cpp558 return AddTagToPointer(p, tag); in __hwasan_tag_pointer()