Home
last modified time | relevance | path

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

/external/compiler-rt/lib/interception/
Dinterception_win.h40 #define INTERCEPT_FUNCTION_WIN(func) \ macro
45 #define INTERCEPT_FUNCTION_WIN(func) \ macro
51 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
Dinterception.h254 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)