LLVM 23.0.0git
llvm::OffloadYAML::Binary Struct Reference

#include "llvm/ObjectYAML/OffloadYAML.h"

Classes

struct  Member
struct  StringEntry

Public Attributes

std::optional< uint32_tVersion
std::optional< uint64_tSize
std::optional< uint64_tEntriesOffset
std::optional< uint64_tEntriesCount
std::vector< MemberMembers

Detailed Description

Definition at line 26 of file OffloadYAML.h.

Member Data Documentation

◆ EntriesCount

std::optional<uint64_t> llvm::OffloadYAML::Binary::EntriesCount

Definition at line 43 of file OffloadYAML.h.

Referenced by llvm::yaml::yaml2offload().

◆ EntriesOffset

std::optional<uint64_t> llvm::OffloadYAML::Binary::EntriesOffset

Definition at line 42 of file OffloadYAML.h.

Referenced by llvm::yaml::yaml2offload().

◆ Members

std::vector<Member> llvm::OffloadYAML::Binary::Members

Definition at line 44 of file OffloadYAML.h.

Referenced by llvm::yaml::yaml2offload().

◆ Size

std::optional<uint64_t> llvm::OffloadYAML::Binary::Size

Definition at line 41 of file OffloadYAML.h.

Referenced by llvm::yaml::yaml2offload().

◆ Version

std::optional<uint32_t> llvm::OffloadYAML::Binary::Version

Definition at line 40 of file OffloadYAML.h.

Referenced by llvm::yaml::yaml2offload().


The documentation for this struct was generated from the following file: