LLVM 19.0.0git
Classes | Public Attributes | List of all members
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_tEntryOffset
 
std::optional< uint64_tEntrySize
 
std::vector< MemberMembers
 

Detailed Description

Definition at line 26 of file OffloadYAML.h.

Member Data Documentation

◆ EntryOffset

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

Definition at line 42 of file OffloadYAML.h.

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

◆ EntrySize

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

Definition at line 43 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: