Searched refs:COMMON_INTERCEPTOR_MEMCPY_IMPL (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 116 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 155 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1327 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size) \ macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 35 // COMMON_INTERCEPTOR_MEMCPY_IMPL 268 #ifndef COMMON_INTERCEPTOR_MEMCPY_IMPL 269 #define COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size) \ 810 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, dst, src, size); 5631 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size); 5636 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size); 5641 COMMON_INTERCEPTOR_MEMCPY_IMPL(ctx, to, from, size);
|