LLVM 20.0.0git
Public Attributes | List of all members
FwdRegParamInfo Struct Reference

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 DIExpressionExpr
 Debug expression that has been built up when walking through the instruction chain that produces the parameter's value.
 

Detailed Description

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 571 of file DwarfDebug.cpp.

Member Data Documentation

◆ Expr

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 577 of file DwarfDebug.cpp.

◆ ParamReg

unsigned FwdRegParamInfo::ParamReg

The described parameter register.

Definition at line 573 of file DwarfDebug.cpp.


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