Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_x86_64.cpp111 static constexpr uint8_t CallOpCode = 0xe8; variable
158 *reinterpret_cast<uint8_t *>(Address + 6) = CallOpCode; in patchFunctionEntry()
235 *reinterpret_cast<uint8_t *>(Address + 6) = CallOpCode; in patchFunctionTailExit()