struct PrintedExpr

Declaration

struct PrintedExpr { /* full declaration omitted */ };

Description

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.

Declared at: llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp:394

Member Variables

public llvm::PrintedExpr::ExprKind Kind
public SmallString<16> String

Method Overview

  • public PrintedExpr(llvm::PrintedExpr::ExprKind K = Address)

Methods

ΒΆPrintedExpr(
    llvm::PrintedExpr::ExprKind K = Address)

Declared at: llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp:402

Parameters

llvm::PrintedExpr::ExprKind K = Address