Home
last modified time | relevance | path

Searched refs:__hwasan_memcpy (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_memintrinsics.cpp30 void *__hwasan_memcpy(void *to, const void *from, uptr size) { in __hwasan_memcpy() function
Dhwasan_interface_internal.h220 void *__hwasan_memcpy(void *dst, const void *src, uptr size);
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/
Dmem-intrinsics.ll29 ; CHECK: call i8* @__hwasan_memcpy