Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/interception/
H A Dinterception_win.cpp676 static bool CopyInstructions(uptr to, uptr from, size_t size) { in CopyInstructions() function
788 if (!CopyInstructions(trampoline, old_func, instruction_size)) in OverrideFunctionWithHotPatch()
838 if (!CopyInstructions(trampoline, old_func, instructions_length)) in OverrideFunctionWithTrampoline()