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
Non-Member Functions
Name |
Description |
True if the location expressions differ in range or expression bytes. |
|
True if both location expressions have the same range and expression bytes. |
Created with MrDocs