Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors_memintrinsics.cpp29 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove() function
40 extern "C" decltype(__asan_memmove) memmove[[gnu::alias("__asan_memmove")]];
Dasan_interface.inc58 INTERFACE_FUNCTION(__asan_memmove)
Dasan_interface_internal.h235 void* __asan_memmove(void* dest, const void* src, uptr n);
/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-project/llvm/test/Instrumentation/AddressSanitizer/
Dbasic.ll178 ; CHECK: __asan_memmove
/external/llvm/test/DebugInfo/Generic/
Dincorrect-variable-debugloc.ll258 declare i8* @__asan_memmove(i8*, i8*, i64)
/external/llvm-project/llvm/test/DebugInfo/Generic/
Dincorrect-variable-debugloc.ll256 declare i8* @__asan_memmove(i8*, i8*, i64)