Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception.h244 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) macro
249 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) macro
254 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) macro
/external/llvm-project/compiler-rt/lib/interception/
Dinterception.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