Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/interception/
HDinterception.h287 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
292 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
297 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro