Home
last modified time | relevance | path

Searched defs:tagged_ptr (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/test/API/commands/watchpoints/watch_tagged_addr/
H A Dmain.c9 uint32_t *tagged_ptr = (uint32_t *)((uint64_t)&global_var | (1ULL << 62)); in main() local
/llvm-project/lldb/test/API/linux/aarch64/mte_core_file/
H A Dmain.c63 char *tagged_ptr = mte_buf; in main() local
/llvm-project/lldb/test/API/tools/lldb-server/memory-tagging/
H A Dmain.c37 char *tagged_ptr = buf; in main() local
/llvm-project/lldb/test/API/linux/aarch64/mte_tag_access/
H A Dmain.c61 char *tagged_ptr = mte_buf; in main() local
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp267 static bool PointerAndMemoryTagsMatch(void *tagged_ptr) { in PointerAndMemoryTagsMatch() argument
278 void *tagged_ptr) { in CheckInvalidFree() argument
288 static void HwasanDeallocate(StackTrace *stack, void *tagged_ptr) { in HwasanDeallocate() argument
[all...]
H A Dhwasan.h101 static inline void *UntagPtr(const void *tagged_ptr) { in UntagPtr() argument