Searched refs:__asan_memmove (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors_memintrinsics.cpp | 29 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")]];
|
D | asan_interface.inc | 58 INTERFACE_FUNCTION(__asan_memmove)
|
D | asan_interface_internal.h | 235 void* __asan_memmove(void* dest, const void* src, uptr n);
|
/external/compiler-rt/lib/asan/ |
D | asan_interface_internal.h | 212 void* __asan_memmove(void* dest, const void* src, uptr n);
|
D | asan_win_dll_thunk.cc | 257 INTERFACE_FUNCTION(__asan_memmove);
|
D | asan_interceptors.cc | 444 void *__asan_memmove(void *to, const void *from, uptr size) { in __asan_memmove() function
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
D | basic.ll | 169 ; CHECK: __asan_memmove
|
/external/llvm-project/llvm/test/Instrumentation/AddressSanitizer/ |
D | basic.ll | 178 ; CHECK: __asan_memmove
|
/external/llvm/test/DebugInfo/Generic/ |
D | incorrect-variable-debugloc.ll | 258 declare i8* @__asan_memmove(i8*, i8*, i64)
|
/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | incorrect-variable-debugloc.ll | 256 declare i8* @__asan_memmove(i8*, i8*, i64)
|