LLVM: llvm::ArchYAML::Archive::Child Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/ArchiveYAML.h](ArchiveYAML%5F8h%5Fsource.html)"

Classes
struct Field
Public Member Functions
Public Attributes
MapVector< StringRef, Field > Fields
std::optional< yaml::BinaryRef > Content
std::optional< llvm::yaml::Hex8 > PaddingByte

Detailed Description

Definition at line 26 of file ArchiveYAML.h.

Constructor & Destructor Documentation

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::optionalllvm::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: