LLVM: FwdRegParamInfo Struct Reference (original) (raw)
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 581 of file DwarfDebug.cpp.
◆ Expr
Debug expression that has been built up when walking through the instruction chain that produces the parameter's value.
Definition at line 587 of file DwarfDebug.cpp.
◆ ParamReg
The documentation for this struct was generated from the following file:
- lib/CodeGen/AsmPrinter/DwarfDebug.cpp