Searched refs:COMMON_INTERCEPTOR_MEMSET_IMPL (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/memprof/ |
| H A D | memprof_interceptors.cpp | 120 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/asan/ |
| H A D | asan_interceptors.cpp | 164 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|
| /llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 33 // COMMON_INTERCEPTOR_MEMSET_IMPL 329 #ifndef COMMON_INTERCEPTOR_MEMSET_IMPL 871 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, dst, v, size); 5900 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size); 5905 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size); 5910 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size); 5915 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); 5920 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); 5925 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); 5948 COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, 0, size); [all …]
|
| /llvm-project-15.0.7/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 1349 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
|