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

Tagged union holding either a T or a Error.

Parameters

Name

Description

Pool

Represent a constant reference to an array (0 or more elements consecutively in memory), i.e. a start pointer and a length. It allows various APIs to take consecutive elements easily and conveniently.

Created with MrDocs