Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/interception/
H A Dinterception_win.h56 bool OverrideFunctionWithTrampoline(
H A Dinterception_win.cc765 bool OverrideFunctionWithTrampoline( in OverrideFunctionWithTrampoline() function
831 if (OverrideFunctionWithTrampoline(old_func, new_func, orig_old_func)) in OverrideFunction()