Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp451 TEST(Interception, OverrideFunctionWithHotPatch) { in TEST() argument
452 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST()
527 OverrideFunctionWithHotPatch, in TEST()
646 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.h53 bool OverrideFunctionWithHotPatch(
H A Dinterception_win.cpp769 bool OverrideFunctionWithHotPatch( in OverrideFunctionWithHotPatch() function
883 if (OverrideFunctionWithHotPatch(old_func, new_func, orig_old_func)) in OverrideFunction()