Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception.h278 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
283 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
288 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro