Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_win_weak_interception.cpp30 int interceptWhenPossible(uptr dll_function, const char *real_function) { in interceptWhenPossible() argument
32 (void *)GetModuleHandleA(0), real_function); in interceptWhenPossible()
Dsanitizer_win_weak_interception.h16 int interceptWhenPossible(uptr dll_function, const char *real_function);