Home
last modified time | relevance | path

Searched refs:__msan_unpoison (Results 1 – 12 of 12) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc108 __msan_unpoison(ptr, res *size); in INTERCEPTOR()
118 __msan_unpoison(ptr, res *size); in INTERCEPTOR()
131 __msan_unpoison(buf, res); in INTERCEPTOR()
149 __msan_unpoison(dest, sz); in INTERCEPTOR()
171 __msan_unpoison(memptr, sizeof(*memptr)); in INTERCEPTOR()
252 __msan_unpoison(sret, sizeof(*sret)); in INTERCEPTOR()
312 __msan_unpoison(dest + copy_size, n - copy_size); in INTERCEPTOR()
361 __msan_unpoison(res + copy_size, 1); // \0 in INTERCEPTOR()
372 __msan_unpoison(res + copy_size, 1); // \0 in INTERCEPTOR()
384 __msan_unpoison(buf, n + 1); in INTERCEPTOR()
[all …]
Dmsan_thread.cc35 __msan_unpoison((void *)stack_bottom_, stack_top_ - stack_bottom_); in ClearShadowForThreadStackAndTLS()
37 __msan_unpoison((void *)tls_begin_, tls_end_ - tls_begin_); in ClearShadowForThreadStackAndTLS()
41 __msan_unpoison((void *)(dtls->dtv[i].beg), dtls->dtv[i].size); in ClearShadowForThreadStackAndTLS()
Dmsan_interface_internal.h59 void __msan_unpoison(const void *a, uptr size);
Dmsan_allocator.cc32 __msan_unpoison((void *)p, size); in OnUnmap()
Dmsan.cc495 __msan_unpoison(dst, size); in __msan_load_unpoisoned()
/external/compiler-rt/test/msan/Linux/
Dsyscalls.cc26 __msan_unpoison(buf, sizeof(buf)); in main()
32 __msan_unpoison(buf, sizeof(buf)); in main()
39 __msan_unpoison(buf, sizeof(buf)); in main()
Dxattr.cc114 __msan_unpoison(attrs, argv_size); in test_get()
/external/llvm/lib/Support/
DCompression.cpp60 __msan_unpoison(CompressedBuffer.data(), CompressedSize); in compress()
74 __msan_unpoison(UncompressedBuffer.data(), UncompressedSize); in uncompress()
/external/v8/src/
Dmsan.h27 #define MSAN_MEMORY_IS_INITIALIZED(p, s) __msan_unpoison((p), (s))
/external/compiler-rt/include/sanitizer/
Dmsan_interface.h40 void __msan_unpoison(const volatile void *a, size_t size);
/external/google-breakpad/src/common/
Dmemory.h130 __msan_unpoison(a, page_size_ * num_pages); in GetNPages()
/external/llvm/include/llvm/Support/
DCompiler.h342 # define __msan_unpoison(p, size) macro