Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h49 void* __msan_memmove(void* dest, const void* src, uptr n);
Dmsan_interceptors.cc106 return __msan_memmove(dest, src, n); in INTERCEPTOR()
969 void *__msan_memmove(void *dest, const void *src, SIZE_T n) { in __msan_memmove() function
/external/llvm/test/Instrumentation/MemorySanitizer/
Dmsan_basic.ll235 ; CHECK: call i8* @__msan_memmove