Home
last modified time | relevance | path

Searched refs:DECLARE_REAL_AND_INTERCEPTOR (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/interception/
Dinterception.h188 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro
197 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) macro
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_interceptors.cpp52 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
53 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
/external/compiler-rt/lib/interception/
Dinterception.h167 #define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ macro
/external/llvm-project/compiler-rt/lib/asan/
Dasan_interceptors.cpp84 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
85 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
/external/compiler-rt/lib/asan/
Dasan_interceptors.cc138 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr)
139 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_libdispatch_mac.cc480 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
481 DECLARE_REAL_AND_INTERCEPTOR(int, munmap, void *addr, long_t sz) in DECLARE_REAL_AND_INTERCEPTOR()
Dtsan_interceptors.cc94 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
95 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_libdispatch.cpp560 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr) in DECLARE_REAL_AND_INTERCEPTOR() function
561 DECLARE_REAL_AND_INTERCEPTOR(int, munmap, void *addr, long_t sz) in DECLARE_REAL_AND_INTERCEPTOR()
Dtsan_interceptors_posix.cpp92 DECLARE_REAL_AND_INTERCEPTOR(void *, malloc, uptr size)
93 DECLARE_REAL_AND_INTERCEPTOR(void, free, void *ptr)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4756 DECLARE_REAL_AND_INTERCEPTOR(void *, memmove, void *, const void *, uptr)
4757 DECLARE_REAL_AND_INTERCEPTOR(void *, memcpy, void *, const void *, uptr)
4758 DECLARE_REAL_AND_INTERCEPTOR(void *, memset, void *, int, uptr)
4815 DECLARE_REAL_AND_INTERCEPTOR(void *, memset, void *, int, uptr);