Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h359 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
364 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
369 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro