Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp130 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp182 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1459 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc21 // COMMON_SYSCALL_POST_READ_RANGE
55 # define POST_READ(p, s) COMMON_SYSCALL_POST_READ_RANGE(p, s)
H A Dsanitizer_syscalls_netbsd.inc21 // COMMON_SYSCALL_POST_READ_RANGE
62 #define POST_READ(p, s) COMMON_SYSCALL_POST_READ_RANGE(p, s)
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_interceptors_posix.cpp2624 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2630 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro