Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp124 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp163 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc33 // COMMON_INTERCEPTOR_MEMSET_IMPL
259 #ifndef COMMON_INTERCEPTOR_MEMSET_IMPL
799 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size);
5671 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5676 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5681 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size);
5686 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5691 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5696 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
5719 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size);
[all …]
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1326 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro