Searched refs:OverrideFunction (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/interception/ |
H A D | interception_win.h | 28 bool OverrideFunction(uptr old_func, uptr new_func, uptr *orig_old_func = 0); 31 bool OverrideFunction(const char *name, uptr new_func, uptr *orig_old_func = 0); 70 ::__interception::OverrideFunction(#func, \ 75 ::__interception::OverrideFunction((::__interception::uptr)func, \
|
H A D | interception_win.cpp | 940 bool OverrideFunction( in OverrideFunction() function 1066 bool OverrideFunction( in OverrideFunction() function 1073 OverrideFunction(func_addr, new_func, orig_old_func)) { in OverrideFunction()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_win_dll_thunk.cpp | 35 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept() 46 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
|
H A D | sanitizer_win_weak_interception.cpp | 33 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0)) in interceptWhenPossible()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_win.cpp | 195 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors() 198 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()
|