Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc23 // COMMON_INTERCEPTOR_MEMCPY_IMPL
69 #ifndef COMMON_INTERCEPTOR_MEMCPY_IMPL
70 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size) \
115 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size);
153 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
158 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
163 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_memintrinsics.cpp27 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size); in __tsan_memcpy()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.cpp68 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors_memintrinsics.cpp92 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1474 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro