LLVM: llvm::DWARFYAML::Ranges Struct Reference (original) (raw)

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

#include "[llvm/ObjectYAML/DWARFYAML.h](DWARFYAML%5F8h%5Fsource.html)"

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 73 of file DWARFYAML.h.

AddrSize

std::optionalllvm::yaml::Hex8 llvm::DWARFYAML::Ranges::AddrSize

Entries

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

Offset

std::optionalllvm::yaml::Hex64 llvm::DWARFYAML::Ranges::Offset


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