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

#include "llvm/ObjectYAML/DWARFYAML.h"

Public Attributes

dwarf::LoclistEntries Operator
 
std::vector< yaml::Hex64 > Values
 
std::optional< yaml::Hex64 > DescriptionsLength
 
std::vector< DWARFOperationDescriptions
 

Detailed Description

Definition at line 210 of file DWARFYAML.h.

Member Data Documentation

◆ Descriptions

std::vector<DWARFOperation> llvm::DWARFYAML::LoclistEntry::Descriptions

Definition at line 214 of file DWARFYAML.h.

◆ DescriptionsLength

std::optional<yaml::Hex64> llvm::DWARFYAML::LoclistEntry::DescriptionsLength

Definition at line 213 of file DWARFYAML.h.

◆ Operator

dwarf::LoclistEntries llvm::DWARFYAML::LoclistEntry::Operator

Definition at line 211 of file DWARFYAML.h.

◆ Values

std::vector<yaml::Hex64> llvm::DWARFYAML::LoclistEntry::Values

Definition at line 212 of file DWARFYAML.h.


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