LLVM 20.0.0git
Public Attributes | List of all members
llvm::DWARFYAML::DebugNamesSection Struct Reference

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

std::vector< DebugNameAbbreviationAbbrevs
 
std::vector< DebugNameEntryEntries
 

Detailed Description

Definition at line 141 of file DWARFYAML.h.

Member Data Documentation

◆ Abbrevs

std::vector<DebugNameAbbreviation> llvm::DWARFYAML::DebugNamesSection::Abbrevs

Definition at line 142 of file DWARFYAML.h.

◆ Entries

std::vector<DebugNameEntry> llvm::DWARFYAML::DebugNamesSection::Entries

Definition at line 143 of file DWARFYAML.h.


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