Home
last modified time | relevance | path

Searched refs:INTERCEPT_FUNCTION_DLLIMPORT (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/compiler-rt/lib/interception/
Dinterception_win.h77 #define INTERCEPT_FUNCTION_DLLIMPORT(user_dll, provider_dll, func) \ macro
/external/compiler-rt/lib/interception/
Dinterception_win.h78 #define INTERCEPT_FUNCTION_DLLIMPORT(user_dll, provider_dll, func) \ macro
/external/compiler-rt/lib/asan/
Dasan_malloc_win.cc239 if (!INTERCEPT_FUNCTION_DLLIMPORT("ucrtbase.dll", \ in ReplaceSystemMalloc()
/external/llvm-project/compiler-rt/lib/asan/
Dasan_malloc_win.cpp529 if (!INTERCEPT_FUNCTION_DLLIMPORT( \ in ReplaceSystemMalloc()