Home
last modified time | relevance | path

Searched refs:__asan_memmove (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_interface_internal.h212 void* __asan_memmove(void* dest, const void* src, uptr n);
Dasan_win_dll_thunk.cc257 INTERFACE_FUNCTION(__asan_memmove);
Dasan_interceptors.cc444 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove() function
/external/llvm/test/Instrumentation/AddressSanitizer/
Dbasic.ll169 ; CHECK: __asan_memmove
/external/llvm/test/DebugInfo/Generic/
Dincorrect-variable-debugloc.ll258 declare i8* @__asan_memmove(i8*, i8*, i64)