LLVM 20.0.0git
|
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 |
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.
llvm::yaml::Hex64 llvm::DWARFYAML::RangeEntry::HighOffset |
Definition at line 68 of file DWARFYAML.h.
llvm::yaml::Hex64 llvm::DWARFYAML::RangeEntry::LowOffset |
Definition at line 67 of file DWARFYAML.h.