Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.h60 bool OverrideFunctionWithTrampoline(
H A Dinterception_win.cpp884 bool OverrideFunctionWithTrampoline( in OverrideFunctionWithTrampoline() function
950 if (OverrideFunctionWithTrampoline(old_func, new_func, orig_old_func)) in OverrideFunction()