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 D | sanitizer_common_interceptors_memintrinsics.inc | 23 // 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 D | tsan_interceptors_memintrinsics.cpp | 27 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size); in __tsan_memcpy()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors_memintrinsics.cpp | 68 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1500 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|