Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dhwasan_interface.h44 void *SANITIZER_CDECL __hwasan_tag_pointer(const volatile void *p,
/src/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interface_internal.h161 uptr __hwasan_tag_pointer(uptr p, u8 tag);
H A Dhwasan.cpp677 uptr __hwasan_tag_pointer(uptr p, u8 tag) { in __hwasan_tag_pointer() function