Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/interception/
H A Dinterception_win.cpp295 static void WriteDirectBranch(uptr from, uptr target) { in WriteDirectBranch() function
751 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump()
790 WriteDirectBranch(trampoline + instruction_size, in OverrideFunctionWithHotPatch()
840 WriteDirectBranch(trampoline + instructions_length, in OverrideFunctionWithTrampoline()