Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/tests/
H A Dinterception_win_test.cpp429 TEST(Interception, OverrideFunctionWithHotPatch) { in TEST() argument
430 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST()
505 OverrideFunctionWithHotPatch, in TEST()
624 TestOverrideFunction override = OverrideFunctionWithHotPatch; in TEST()
/llvm-project-15.0.7/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()