Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
Dxray_x86_64.cpp116 static constexpr uint8_t JmpOpCode = 0xe9; variable
203 *reinterpret_cast<uint8_t *>(Address + 6) = JmpOpCode; in patchFunctionExit()