CIRCT  19.0.0git
Public Attributes | List of all members
circt::DIVariable Struct Reference

#include <DebugInfo.h>

Collaboration diagram for circt::DIVariable:
Collaboration graph
[legend]

Public Attributes

StringAttr name
 The name of this variable. More...
 
LocationAttr loc
 The location of the variable's declaration. More...
 
Value value = nullptr
 The SSA value representing the value of this variable. More...
 

Detailed Description

Definition at line 50 of file DebugInfo.h.

Member Data Documentation

◆ loc

LocationAttr circt::DIVariable::loc

The location of the variable's declaration.

Definition at line 54 of file DebugInfo.h.

Referenced by dump().

◆ name

StringAttr circt::DIVariable::name

The name of this variable.

Definition at line 52 of file DebugInfo.h.

Referenced by dump().

◆ value

Value circt::DIVariable::value = nullptr

The SSA value representing the value of this variable.

Definition at line 56 of file DebugInfo.h.

Referenced by dump(), and Python.support.OpOperand::type().


The documentation for this struct was generated from the following file: