Home
last modified time | relevance | path

Searched refs:__sanitizer_unaligned_store64 (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDcommon_interface_defs.h106 void SANITIZER_CDECL __sanitizer_unaligned_store64(void *p, uint64_t x);
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/msan/
HDmsan_interface_internal.h186 void __sanitizer_unaligned_store64(uu64 *p, u64 x);
HDmsan.cpp692 void __sanitizer_unaligned_store64(uu64 *p, u64 x) { in __sanitizer_unaligned_store64() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/memprof/
HDmemprof_rtl.cpp322 __sanitizer_unaligned_store64(uu64 *p, u64 x) { in __sanitizer_unaligned_store64() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interface.inc185 INTERFACE_FUNCTION(__sanitizer_unaligned_store64)
HDasan_poisoning.cpp247 void __sanitizer_unaligned_store64(uu64 *p, u64 x) { in __sanitizer_unaligned_store64() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_interface_internal.h209 void __sanitizer_unaligned_store64(uu64 *p, u64 x);
HDhwasan.cpp493 void __sanitizer_unaligned_store64(uu64 *p, u64 x) { in __sanitizer_unaligned_store64() function
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_interface.inc150 void __sanitizer_unaligned_store64(uu64 *addr, u64 v) {