Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.h65 #define INTERCEPT_FUNCTION_WIN(func) \ macro
70 #define INTERCEPT_FUNCTION_WIN(func) \ macro
76 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
H A Dinterception.h292 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)