Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win_weak_interception.h16 int interceptWhenPossible(uptr dll_function, const char *real_function);
22 #define INTERCEPT_WEAK(Name) interceptWhenPossible((uptr) Name, #Name);
26 return __sanitizer::interceptWhenPossible((__sanitizer::uptr) Name, #Name);\
Dsanitizer_win_weak_interception.cpp30 int interceptWhenPossible(uptr dll_function, const char *real_function) { in interceptWhenPossible() function