LLVM 20.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 | |
uint64_t | 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 569 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 575 of file DwarfDebug.cpp.
uint64_t FwdRegParamInfo::ParamReg |
The described parameter register.
Definition at line 571 of file DwarfDebug.cpp.