Searched refs:__msan_poison (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dmsan_interface.h51 void __msan_poison(const volatile void *a, size_t size);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interface_internal.h82 void __msan_poison(const void *a, uptr size);
H A Dmsan_allocator.cpp171 __msan_poison(allocated, size);
191 __msan_poison(p, size);
H A Dmsan_interceptors.cpp1545 void __msan_poison(const void *a, uptr size) { function

Completed in 79 milliseconds