Represents a single DWARF expression, whose value is location‐dependent. Typically used in DW_AT_location attributes to describe the location of objects.

Synopsis

Declared in <llvm/DebugInfo/DWARF/DWARFLocationExpression.h>

struct DWARFLocationExpression;

Data Members

Name

Description

Expr

The expression itself.

Range

Address range where this expression is valid.

Non-Member Functions

Name

Description

operator!=

True if the location expressions differ in range or expression bytes.

operator==

True if both location expressions have the same range and expression bytes.

Created with MrDocs