Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp122 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp161 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc33 // COMMON_INTERCEPTOR_MEMSET_IMPL
242 #ifndef COMMON_INTERCEPTOR_MEMSET_IMPL
243 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size) \
782 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size);
5647 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5652 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5657 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5662 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5667 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5672 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
[all …]
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interceptors.cpp1317 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro