LLVM 20.0.0git
|
A user-facing string representation of a DWARF expression. More...
Public Types | |
enum | ExprKind { Address , Value } |
Public Member Functions | |
PrintedExpr (ExprKind K=Address) | |
Public Attributes | |
ExprKind | Kind |
SmallString< 16 > | String |
A user-facing string representation of a DWARF expression.
This might be an Address expression, in which case it will be implicitly dereferenced, or a Value expression.
Definition at line 430 of file DWARFExpression.cpp.
Enumerator | |
---|---|
Address | |
Value |
Definition at line 431 of file DWARFExpression.cpp.
Definition at line 438 of file DWARFExpression.cpp.
ExprKind llvm::PrintedExpr::Kind |
Definition at line 435 of file DWARFExpression.cpp.
SmallString<16> llvm::PrintedExpr::String |
Definition at line 436 of file DWARFExpression.cpp.