Home
last modified time | relevance | path

Searched refs:COMMON_INTERCEPTOR_MEMMOVE_IMPL (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp110 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp149 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1322 #define COMMON_INTERCEPTOR_MEMMOVE_IMPL(ctx, to, from, size) \ macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc34 // 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);