|
CIRCT 22.0.0git
|
#include <DebugInfo.h>

Public Attributes | |
| StringAttr | name |
| The name of this variable. | |
| LocationAttr | loc |
| The location of the variable's declaration. | |
| Value | value = nullptr |
| The SSA value representing the value of this variable. | |
Definition at line 50 of file DebugInfo.h.
| LocationAttr circt::DIVariable::loc |
The location of the variable's declaration.
Definition at line 54 of file DebugInfo.h.
Referenced by dump().
| StringAttr circt::DIVariable::name |
| 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().