Searched refs:__asan_memcpy (Results 1 – 5 of 5) sorted by relevance
143 void* __asan_memcpy(void *dst, const void *src, uptr size);
238 INTERFACE_FUNCTION(__asan_memcpy);
364 void *__asan_memcpy(void *to, const void *from, uptr size) { in __asan_memcpy() function414 return __asan_memcpy(to, from, size); in INTERCEPTOR()
169 ; CHECK: __asan_memcpy
260 declare i8* @__asan_memcpy(i8*, i8*, i64)