Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors.cpp107 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_interceptors.cpp79 # define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project/compiler-rt/lib/asan/
H A Dasan_interceptors.cpp211 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \ macro
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1573 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \
1577 #define COMMON_SYSCALL_POST_READ_RANGE( global() macro
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc21 // COMMON_SYSCALL_POST_READ_RANGE
60 # 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/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp2752 #define COMMON_SYSCALL_POST_READ_RANGE(p, s) \
2724 #define COMMON_SYSCALL_POST_READ_RANGE( global() macro