Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_memintrinsics.cpp38 void *__hwasan_memmove(void *to, const void *from, uptr size) { in __hwasan_memmove() function
Dhwasan_interface_internal.h224 void *__hwasan_memmove(void *dest, const void *src, uptr n);
/external/llvm-project/llvm/test/Instrumentation/HWAddressSanitizer/
Dmem-intrinsics.ll23 ; CHECK: call i8* @__hwasan_memmove