Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win_dll_thunk.h20 int dllThunkIntercept(const char* main_function, uptr dll_function);
32 return __sanitizer::dllThunkIntercept(main_function, (__sanitizer::uptr) \
H A Dsanitizer_win_dll_thunk.cpp33 int dllThunkIntercept(const char* main_function, uptr dll_function) { in dllThunkIntercept() function