Searched refs:MEMPROF_READ_RANGE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 25 #define MEMPROF_READ_STRING(s, n) MEMPROF_READ_RANGE((s), (n)) 62 MEMPROF_READ_RANGE(ptr, size) 105 #define COMMON_SYSCALL_PRE_READ_RANGE(p, s) MEMPROF_READ_RANGE(p, s) 181 MEMPROF_READ_RANGE(from, from_length + 1); in INTERCEPTOR() 194 MEMPROF_READ_RANGE(from, copy_length); in INTERCEPTOR() 209 MEMPROF_READ_RANGE(from, from_size); in INTERCEPTOR() 221 MEMPROF_READ_RANGE(s, length + 1); in INTERCEPTOR() 235 MEMPROF_READ_RANGE(s, length + 1); in INTERCEPTOR() 247 MEMPROF_READ_RANGE(from, from_size); in INTERCEPTOR()
|
H A D | memprof_interceptors_memintrinsics.cpp | 34 MEMPROF_READ_RANGE(from, size); \ 57 MEMPROF_READ_RANGE(from, size); \
|
H A D | memprof_interceptors_memintrinsics.h | 35 #define MEMPROF_READ_RANGE(offset, size) ACCESS_MEMORY_RANGE(offset, size) in DECLARE_REAL() macro
|