LLVM 19.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 138 of file DWARFYAML.h.

Member Data Documentation

◆ Abbrevs

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

Definition at line 139 of file DWARFYAML.h.

◆ Entries

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

Definition at line 140 of file DWARFYAML.h.


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