llvm::Win64EH::EncodeWOD

Encode a single WinEH::Instruction as V3 WOD bytes.

Synopsis

Declared in <llvm/MC/MCWin64EH.h>

void
EncodeWOD(
    WinEH::Instruction const& Inst,
    SmallVectorImpl<uint8_t>& Out);

Description

Appends encoded bytes to Out.

Parameters

NameDescription
Inst- Instruction to encode as WOD bytes.
Out- Destination buffer that receives the encoded bytes.