Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp325 static void WriteDirectBranch(uptr from, uptr target) { in WriteDirectBranch() function
816 WriteDirectBranch(trampoline, new_func); in OverrideFunctionWithRedirectJump()
855 WriteDirectBranch(trampoline + instruction_size, in OverrideFunctionWithHotPatch()
905 WriteDirectBranch(trampoline + instructions_length, in OverrideFunctionWithTrampoline()