Encode a single WinEH::Instruction as V3 WOD bytes.
Declared in <llvm/MC/MCWin64EH.h>
void
EncodeWOD(
WinEH::Instruction const& Inst,
SmallVectorImpl<uint8_t>& Out);
Appends encoded bytes to Out.
| Name | Description |
|---|---|
| Inst | - Instruction to encode as WOD bytes. |
| Out | - Destination buffer that receives the encoded bytes. |