Decode one WOD from the pool at the given byte offset. Returns an error on malformed data.

Synopsis

Declared in <llvm/Support/Win64EH.h>

Expected<DecodedWOD>
decodeWOD(
    ArrayRef<uint8_t> Pool,
    unsigned int Offset);

Return Value

The decoded WOD, or an error on malformed data.

Parameters

Name

Description

Pool

Byte pool containing winding operation descriptors.

Offset

Byte offset within Pool at which to decode.

Created with MrDocs