Home
last modified time | relevance | path

Searched refs:OverrideFunction (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h28 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 Dinterception_win.cpp940 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 Dsanitizer_win_dll_thunk.cpp35 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkIntercept()
46 if (!__interception::OverrideFunction(dll_function, wrapper, 0)) in dllThunkInterceptWhenPossible()
H A Dsanitizer_win_weak_interception.cpp33 if (real && !__interception::OverrideFunction((uptr)dll_function, real, 0)) in interceptWhenPossible()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp195 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors()
198 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()