Searched refs:OverrideFunction (Results 1 – 6 of 6) sorted by relevance
| /src/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()
|
| /src/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()
|
| /src/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_malloc_win.cpp | 485 if (!__interception::OverrideFunction(fname, new_func)) in TryToOverrideFunction() 517 __interception::OverrideFunction("RtlSizeHeap", (uptr)WRAP(RtlSizeHeap), in ReplaceSystemMalloc() 519 __interception::OverrideFunction("RtlFreeHeap", (uptr)WRAP(RtlFreeHeap), in ReplaceSystemMalloc() 521 __interception::OverrideFunction("RtlReAllocateHeap", in ReplaceSystemMalloc() 524 __interception::OverrideFunction("RtlAllocateHeap", in ReplaceSystemMalloc()
|
| H A D | asan_win.cpp | 195 if (!::__interception::OverrideFunction("RaiseException", in InitializePlatformInterceptors() 198 CHECK(::__interception::OverrideFunction("RtlRaiseException", in InitializePlatformInterceptors()
|