Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h58 bool OverrideFunctionWithHotPatch(
H A Dinterception_win.cpp834 bool OverrideFunctionWithHotPatch( in OverrideFunctionWithHotPatch() function
948 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func)) in OverrideFunction()