LLVM 20.0.0git
|
#include "llvm/ObjectYAML/DWARFYAML.h"
Public Attributes | |
std::optional< std::vector< EntryType > > | Entries |
std::optional< yaml::BinaryRef > | Content |
Definition at line 220 of file DWARFYAML.h.
std::optional<yaml::BinaryRef> llvm::DWARFYAML::ListEntries< EntryType >::Content |
Definition at line 222 of file DWARFYAML.h.
std::optional<std::vector<EntryType> > llvm::DWARFYAML::ListEntries< EntryType >::Entries |
Definition at line 221 of file DWARFYAML.h.