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 D | memprof_interceptors.cpp | 124 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 163 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 33 // 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 D | msan_interceptors.cpp | 1326 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|