Searched refs:COMMON_INTERCEPTOR_MEMMOVE_IMPL (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 108 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 152 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1354 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 34 // COMMON_INTERCEPTOR_MEMMOVE_IMPL 341 #ifndef COMMON_INTERCEPTOR_MEMMOVE_IMPL 342 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size) \ 882 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size); 901 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size); 5869 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size); 5874 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size); 5879 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size);
|