YAML representation of an offloading binary.

Synopsis

Declared in <llvm/ObjectYAML/OffloadYAML.h>

struct Binary;

Types

Name

Description

Member

YAML representation of a single offload binary member (image entry).

StringEntry

YAML representation of a string‐map entry in an offload member.

Data Members

Name

Description

EntriesCount

Number of metadata entries in the binary.

EntriesOffset

Offset in bytes to the start of the entries block.

Members

Offload members (image entries) contained in the binary.

Size

Size in bytes of the entire offloading binary.

Version

Offloading binary format version identifier.

Non-Member Functions

Name

Description

::llvm::yaml::yaml2offload

Write the offload binary described by Doc as a binary object to Out.

Created with MrDocs