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 aValue expression.
Definition at line430 of fileDWARFExpression.cpp.
Enumerator | |
---|---|
Address | |
Value |
Definition at line431 of fileDWARFExpression.cpp.
Definition at line438 of fileDWARFExpression.cpp.
ExprKind llvm::PrintedExpr::Kind |
Definition at line435 of fileDWARFExpression.cpp.
SmallString<16> llvm::PrintedExpr::String |
Definition at line436 of fileDWARFExpression.cpp.