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 D | memprof_interceptors.cpp | 112 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 84 # define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 216 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1580 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) __msan_unpoison(p, s) macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 24 // COMMON_SYSCALL_POST_WRITE_RANGE 60 # define POST_WRITE(p, s) COMMON_SYSCALL_POST_WRITE_RANGE(p, s)
|
H A D | sanitizer_syscalls_netbsd.inc | 24 // 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 D | tsan_interceptors_posix.cpp | 2730 #define COMMON_SYSCALL_POST_WRITE_RANGE(p, s) \ macro
|