Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_AIX (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_aix.h29 # define INTERCEPT_FUNCTION_AIX(func) \ macro
H A Dinterception.h382 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_AIX(func)
383 # define INTERCEPT_FUNCTION_VER(func, symver) INTERCEPT_FUNCTION_AIX(func)