LLVM 19.0.0git
Public Attributes | List of all members
llvm::DWARFYAML::ListEntries< EntryType > Struct Template Reference

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

std::optional< std::vector< EntryType > > Entries
 
std::optional< yaml::BinaryRefContent
 

Detailed Description

template<typename EntryType>
struct llvm::DWARFYAML::ListEntries< EntryType >

Definition at line 217 of file DWARFYAML.h.

Member Data Documentation

◆ Content

template<typename EntryType >
std::optional<yaml::BinaryRef> llvm::DWARFYAML::ListEntries< EntryType >::Content

Definition at line 219 of file DWARFYAML.h.

◆ Entries

template<typename EntryType >
std::optional<std::vector<EntryType> > llvm::DWARFYAML::ListEntries< EntryType >::Entries

Definition at line 218 of file DWARFYAML.h.


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