Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_custom.cpp579 static void *dfsan_memmove_with_origin(void *dest, const void *src, size_t n) { in dfsan_memmove_with_origin() function
640 return dfsan_memmove_with_origin(dest, src, n); in __dfso_memmove()