Home
last modified time | relevance | path

Searched defs:default_function (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.cpp41 const char* default_function, uptr dll_function) { in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_dll_thunk.h41 #define INTERCEPT_WHEN_POSSIBLE(main_function, default_function, dll_function) \ argument