Searched refs:__asan_memmove (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_interface_internal.h147 void* __asan_memmove(void* dest, const void* src, uptr n);
H A Dasan_dll_thunk.cc240 INTERFACE_FUNCTION(__asan_memmove); variable
H A Dasan_interceptors.cc397 void *__asan_memmove(void *to, const void *from, uptr size) { function
409 return __asan_memmove(to, from, size);
422 return __asan_memmove(to, from, size);

Completed in 82 milliseconds