LLVM 22.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 195 of file DWARFExpressionPrinter.cpp.
Enumerator | |
---|---|
Address | |
Value |
Definition at line 196 of file DWARFExpressionPrinter.cpp.
Definition at line 203 of file DWARFExpressionPrinter.cpp.
ExprKind llvm::PrintedExpr::Kind |
Definition at line 200 of file DWARFExpressionPrinter.cpp.
SmallString<16> llvm::PrintedExpr::String |
Definition at line 201 of file DWARFExpressionPrinter.cpp.