YAML representation of an offloading binary.
Synopsis
Declared in <llvm/ObjectYAML/OffloadYAML.h>
struct Binary;
Types
Name |
Description |
YAML representation of a single offload binary member (image entry). |
|
YAML representation of a string‐map entry in an offload member. |
Data Members
Name |
Description |
Number of metadata entries in the binary. |
|
Offset in bytes to the start of the entries block. |
|
Offload members (image entries) contained in the binary. |
|
Size in bytes of the entire offloading binary. |
|
Offloading binary format version identifier. |
Non-Member Functions
Name |
Description |
|
Write the offload binary described by |
Created with MrDocs