LLVM 19.0.0git
Classes | Public Member Functions | Public Attributes | List of all members
llvm::ArchYAML::Archive::Child Struct Reference

#include "llvm/ObjectYAML/ArchiveYAML.h"

Classes

struct  Field
 

Public Member Functions

 Child ()
 

Public Attributes

MapVector< StringRef, FieldFields
 
std::optional< yaml::BinaryRefContent
 
std::optional< llvm::yaml::Hex8 > PaddingByte
 

Detailed Description

Definition at line 26 of file ArchiveYAML.h.

Constructor & Destructor Documentation

◆ Child()

llvm::ArchYAML::Archive::Child::Child ( )
inline

Definition at line 36 of file ArchiveYAML.h.

References Fields.

Member Data Documentation

◆ Content

std::optional<yaml::BinaryRef> llvm::ArchYAML::Archive::Child::Content

Definition at line 48 of file ArchiveYAML.h.

◆ Fields

MapVector<StringRef, Field> llvm::ArchYAML::Archive::Child::Fields

Definition at line 46 of file ArchiveYAML.h.

Referenced by Child().

◆ PaddingByte

std::optional<llvm::yaml::Hex8> llvm::ArchYAML::Archive::Child::PaddingByte

Definition at line 49 of file ArchiveYAML.h.


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