Home
last modified time | relevance | path

Searched refs:COMMON_SYSCALL_POST_WRITE_RANGE (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp112 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp84 # define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp216 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1580 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) __msan_unpoison(p, s) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc24 // COMMON_SYSCALL_POST_WRITE_RANGE
60 # define POST_WRITE(p, s) COMMON_SYSCALL_POST_WRITE_RANGE(p, s)
H A Dsanitizer_syscalls_netbsd.inc24 // COMMON_SYSCALL_POST_WRITE_RANGE
63 #define POST_WRITE(p, s) COMMON_SYSCALL_POST_WRITE_RANGE(p, s)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2730 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro