LLDB mainline
|
Represents an entry in the DWARFExpressionList with all needed metadata. More...
#include <DWARFExpressionList.h>
Public Attributes | |
std::optional< AddressRange > | file_range |
Represents a DWARF location range in the DWARF unit’s file‐address space. | |
const DWARFExpression * | expr |
Represents an entry in the DWARFExpressionList with all needed metadata.
Definition at line 64 of file DWARFExpressionList.h.
const DWARFExpression* lldb_private::DWARFExpressionList::DWARFExpressionEntry::expr |
Definition at line 67 of file DWARFExpressionList.h.
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.