Home
last modified time | relevance | path

Searched defs:INTERCEPT_FUNCTION (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h382 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_AIX(func) macro
389 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
394 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
399 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tysan/
H A Dtysan_interceptors.cpp237 INTERCEPT_FUNCTION(posix_memalign); in InitializeInterceptors() local