Searched refs:COMMON_INTERCEPTOR_MEMMOVE_IMPL (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/compiler-rt/lib/memprof/ |
D | memprof_interceptors.cpp | 110 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
|
/external/llvm-project/compiler-rt/lib/asan/ |
D | asan_interceptors.cpp | 149 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
|
/external/llvm-project/compiler-rt/lib/msan/ |
D | msan_interceptors.cpp | 1322 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 34 // COMMON_INTERCEPTOR_MEMMOVE_IMPL 254 #ifndef COMMON_INTERCEPTOR_MEMMOVE_IMPL 255 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size) \ 793 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size); 812 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, dst, src, size); 5616 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size); 5621 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size); 5626 COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size);
|