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

#include "llvm/ObjectYAML/ArchiveYAML.h"

Classes

struct  Child
 

Public Attributes

StringRef Magic
 
std::optional< std::vector< Child > > Members
 
std::optional< yaml::BinaryRefContent
 

Detailed Description

Definition at line 25 of file ArchiveYAML.h.

Member Data Documentation

◆ Content

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

Definition at line 54 of file ArchiveYAML.h.

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

◆ Magic

StringRef llvm::ArchYAML::Archive::Magic

Definition at line 52 of file ArchiveYAML.h.

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

◆ Members

std::optional<std::vector<Child> > llvm::ArchYAML::Archive::Members

Definition at line 53 of file ArchiveYAML.h.

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


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