Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_WIN (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h69 #define INTERCEPT_FUNCTION_WIN(func) \ macro
74 #define INTERCEPT_FUNCTION_WIN(func) \ macro
80 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
H A Dinterception.h381 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)