LLDB mainline
lldb_private::DWARFExpressionList::DWARFExpressionEntry Struct Reference

Represents an entry in the DWARFExpressionList with all needed metadata. More...

#include <DWARFExpressionList.h>

Public Attributes

std::optional< AddressRangefile_range
 Represents a DWARF location range in the DWARF unit’s file‐address space.
const DWARFExpressionexpr

Detailed Description

Represents an entry in the DWARFExpressionList with all needed metadata.

Definition at line 64 of file DWARFExpressionList.h.

Member Data Documentation

◆ expr

const DWARFExpression* lldb_private::DWARFExpressionList::DWARFExpressionEntry::expr

Definition at line 67 of file DWARFExpressionList.h.

◆ file_range

std::optional<AddressRange> lldb_private::DWARFExpressionList::DWARFExpressionEntry::file_range

Represents a DWARF location range in the DWARF unit’s file‐address space.

None = always-valid single expr

Definition at line 66 of file DWARFExpressionList.h.


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