LLVM 18.0.0git
|
Represents a parameter whose call site value can be described by applying a debug expression to a register in the forwarded register worklist. More...
Public Attributes | |
unsigned | ParamReg |
The described parameter register. | |
const DIExpression * | Expr |
Debug expression that has been built up when walking through the instruction chain that produces the parameter's value. | |
Represents a parameter whose call site value can be described by applying a debug expression to a register in the forwarded register worklist.
Definition at line 568 of file DwarfDebug.cpp.
const DIExpression* FwdRegParamInfo::Expr |
Debug expression that has been built up when walking through the instruction chain that produces the parameter's value.
Definition at line 574 of file DwarfDebug.cpp.
unsigned FwdRegParamInfo::ParamReg |
The described parameter register.
Definition at line 570 of file DwarfDebug.cpp.