struct MachineFunction::VariableDbgInfo
Declaration
struct MachineFunction::VariableDbgInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:359
Member Variables
- public const llvm::DILocalVariable* Var
- public const llvm::DIExpression* Expr
- public int Slot
- public const llvm::DILocation* Loc
Method Overview
- public VariableDbgInfo(const llvm::DILocalVariable * Var, const llvm::DIExpression * Expr, int Slot, const llvm::DILocation * Loc)
Methods
ΒΆVariableDbgInfo(const llvm::DILocalVariable* Var,
const llvm::DIExpression* Expr,
int Slot,
const llvm::DILocation* Loc)
VariableDbgInfo(const llvm::DILocalVariable* Var,
const llvm::DIExpression* Expr,
int Slot,
const llvm::DILocation* Loc)
Declared at: llvm/include/llvm/CodeGen/MachineFunction.h:366
Parameters
- const llvm::DILocalVariable* Var
- const llvm::DIExpression* Expr
- int Slot
- const llvm::DILocation* Loc