Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_poisoning.cc28 return AddTagToPointer(p, tag); in TagMemoryAligned()
H A Dhwasan.h61 static inline uptr AddTagToPointer(uptr p, tag_t tag) { in AddTagToPointer() function
H A Dhwasan.cc449 return AddTagToPointer(p, tag); in __hwasan_tag_pointer()