Searched refs:COMMON_INTERCEPTOR_MEMCPY_IMPL (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 114 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 158 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1359 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 35 // COMMON_INTERCEPTOR_MEMCPY_IMPL 355 #ifndef COMMON_INTERCEPTOR_MEMCPY_IMPL 356 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size) \ 899 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size); 5884 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size); 5889 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size); 5894 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
|