Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.h64 #define INTERCEPT_FUNCTION_WIN(func) \ macro
69 #define INTERCEPT_FUNCTION_WIN(func) \ macro
75 #define INTERCEPT_FUNCTION_VER_WIN(func, symver) INTERCEPT_FUNCTION_WIN(func)
H A Dinterception.h288 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func)