Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception_win.cpp733 static bool CopyInstructions(uptr to, uptr from, size_t size) { in CopyInstructions() function
853 if (!CopyInstructions(trampoline, old_func, instruction_size)) in OverrideFunctionWithHotPatch()
903 if (!CopyInstructions(trampoline, old_func, instructions_length)) in OverrideFunctionWithTrampoline()