Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors_memintrinsics.inc23 // COMMON_INTERCEPTOR_MEMCPY_IMPL
71 #ifndef COMMON_INTERCEPTOR_MEMCPY_IMPL
72 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size) \
117 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size);
155 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
160 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
165 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/msan/
H A Dmsan_interceptors.cpp1500 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro