struct FwdRegParamInfo

Declaration

struct FwdRegParamInfo { /* full declaration omitted */ };

Description

Represents a parameter whose call site value can be described by applying a debug expression to a register in the forwarded register worklist.

Declared at: llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp:589

Member Variables

public unsigned int ParamReg
The described parameter register.
public const llvm::DIExpression* Expr
Debug expression that has been built up when walking through the instruction chain that produces the parameter's value.