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

Class that describes a range list entry, or a base address selection entry within a range list in the .debug_ranges section. More...

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

llvm::yaml::Hex64 LowOffset
 
llvm::yaml::Hex64 HighOffset
 

Detailed Description

Class that describes a range list entry, or a base address selection entry within a range list in the .debug_ranges section.

Definition at line 66 of file DWARFYAML.h.

Member Data Documentation

◆ HighOffset

llvm::yaml::Hex64 llvm::DWARFYAML::RangeEntry::HighOffset

Definition at line 68 of file DWARFYAML.h.

◆ LowOffset

llvm::yaml::Hex64 llvm::DWARFYAML::RangeEntry::LowOffset

Definition at line 67 of file DWARFYAML.h.


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