Home
last modified time | relevance | path

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 Dmemprof_interceptors.cpp120 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp164 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc33 // 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 Dmsan_interceptors.cpp1349 #define COMMON_INTERCEPTOR_MEMSET_IMPL(ctx, block, c, size) \ macro