Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win_static_runtime_thunk.cpp33 INTERCEPT_LIBRARY_FUNCTION(X, "__asan_wrap_" #X)
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_thunk_interception.h49 #define INTERCEPT_LIBRARY_FUNCTION(local_function, sanitizer_export) \ macro