Home
last modified time | relevance | path

Searched refs:MEMPROF_WRITE_RANGE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_interceptors_memintrinsics.cpp35 MEMPROF_WRITE_RANGE(to, size); \
48 MEMPROF_WRITE_RANGE(block, size); \
58 MEMPROF_WRITE_RANGE(to, size); \
H A Dmemprof_interceptors.cpp60 MEMPROF_WRITE_RANGE(ptr, size)
106 #define COMMON_SYSCALL_PRE_WRITE_RANGE(p, s) MEMPROF_WRITE_RANGE(p, s)
184 MEMPROF_WRITE_RANGE(to + to_length, from_length + 1); in INTERCEPTOR()
197 MEMPROF_WRITE_RANGE(to + to_length, from_length + 1); in INTERCEPTOR()
210 MEMPROF_WRITE_RANGE(to, from_size); in INTERCEPTOR()
248 MEMPROF_WRITE_RANGE(to, size); in INTERCEPTOR()
H A Dmemprof_interceptors_memintrinsics.h36 #define MEMPROF_WRITE_RANGE(offset, size) ACCESS_MEMORY_RANGE(offset, size) in DECLARE_REAL() macro