LLVM: llvm::DWARFLocationExpression Struct Reference (original) (raw)

Represents a single DWARF expression, whose value is location-dependent. More...

#include "[llvm/DebugInfo/DWARF/DWARFLocationExpression.h](DWARFLocationExpression%5F8h%5Fsource.html)"

Represents a single DWARF expression, whose value is location-dependent.

Typically used in DW_AT_location attributes to describe the location of objects.

Definition at line 22 of file DWARFLocationExpression.h.

Expr

Range

The address range in which this expression is valid.

std::nullopt denotes a default entry which is valid in addresses not covered by other location expressions, or everywhere if there are no other expressions.

Definition at line 26 of file DWARFLocationExpression.h.


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