LLVM 19.0.0git
Public Attributes | List of all members
llvm::DWARFYAML::Ranges Struct Reference

Class that describes a single range list inside the .debug_ranges section. More...

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

std::optional< llvm::yaml::Hex64 > Offset
 
std::optional< llvm::yaml::Hex8 > AddrSize
 
std::vector< RangeEntryEntries
 

Detailed Description

Class that describes a single range list inside the .debug_ranges section.

Definition at line 72 of file DWARFYAML.h.

Member Data Documentation

◆ AddrSize

std::optional<llvm::yaml::Hex8> llvm::DWARFYAML::Ranges::AddrSize

Definition at line 74 of file DWARFYAML.h.

◆ Entries

std::vector<RangeEntry> llvm::DWARFYAML::Ranges::Entries

Definition at line 75 of file DWARFYAML.h.

◆ Offset

std::optional<llvm::yaml::Hex64> llvm::DWARFYAML::Ranges::Offset

Definition at line 73 of file DWARFYAML.h.


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