Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h80 void __msan_clear_and_unpoison(void *a, uptr size);
H A Dmsan_allocator.cpp222 __msan_clear_and_unpoison(allocated, size); in MsanAllocate()
H A Dmsan_interceptors.cpp1719 void __msan_clear_and_unpoison(void *a, uptr size) { in __msan_clear_and_unpoison() function