LLVM 22.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 578 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 584 of file DwarfDebug.cpp.
uint64_t FwdRegParamInfo::ParamReg |
The described parameter register.
Definition at line 580 of file DwarfDebug.cpp.