LLVM 20.0.0git
|
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< RangeEntry > | Entries |
Class that describes a single range list inside the .debug_ranges section.
Definition at line 72 of file DWARFYAML.h.
std::optional<llvm::yaml::Hex8> llvm::DWARFYAML::Ranges::AddrSize |
Definition at line 74 of file DWARFYAML.h.
std::vector<RangeEntry> llvm::DWARFYAML::Ranges::Entries |
Definition at line 75 of file DWARFYAML.h.
std::optional<llvm::yaml::Hex64> llvm::DWARFYAML::Ranges::Offset |
Definition at line 73 of file DWARFYAML.h.