Searched refs:__asan_memmove (Results 1 – 5 of 5) sorted by relevance
212 void* __asan_memmove(void* dest, const void* src, uptr n);
257 INTERFACE_FUNCTION(__asan_memmove);
444 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove() function
169 ; CHECK: __asan_memmove
258 declare i8* @__asan_memmove(i8*, i8*, i64)