Searched refs:COMMON_INTERCEPTOR_MEMCPY_IMPL (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 118 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 157 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1336 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 35 // COMMON_INTERCEPTOR_MEMCPY_IMPL 285 #ifndef COMMON_INTERCEPTOR_MEMCPY_IMPL 286 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size) \ 827 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size); 5655 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size); 5660 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size); 5665 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
|