Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception.h251 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
256 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
261 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro