Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_interface_internal.h143 void* __asan_memcpy(void *dst, const void *src, uptr size);
Dasan_dll_thunk.cc238 INTERFACE_FUNCTION(__asan_memcpy);
Dasan_interceptors.cc364 void *__asan_memcpy(void *to, const void *from, uptr size) { in __asan_memcpy() function
414 return __asan_memcpy(to, from, size); in INTERCEPTOR()
/external/llvm/test/Instrumentation/AddressSanitizer/
Dbasic.ll169 ; CHECK: __asan_memcpy
/external/llvm/test/DebugInfo/
Dincorrect-variable-debugloc.ll260 declare i8* @__asan_memcpy(i8*, i8*, i64)