Searched refs:__msan_memmove (Results 1 – 3 of 3) sorted by relevance
49 void* __msan_memmove(void* dest, const void* src, uptr n);
106 return __msan_memmove(dest, src, n); in INTERCEPTOR()969 void *__msan_memmove(void *dest, const void *src, SIZE_T n) { in __msan_memmove() function
235 ; CHECK: call i8* @__msan_memmove