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

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

Classes
struct Child
Public Attributes
StringRef Magic
std::optional< std::vector< Child > > Members
std::optional< yaml::BinaryRef > Content

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: