LLVM 17.0.0git
|
#include "llvm/CodeGen/MachineFunction.h"
Public Member Functions | |
VariableDbgInfo (const DILocalVariable *Var, const DIExpression *Expr, int Slot, const DILocation *Loc) | |
Public Attributes | |
const DILocalVariable * | Var |
const DIExpression * | Expr |
int | Slot |
const DILocation * | Loc |
Definition at line 409 of file MachineFunction.h.
|
inline |
Definition at line 416 of file MachineFunction.h.
const DIExpression* llvm::MachineFunction::VariableDbgInfo::Expr |
Definition at line 411 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
const DILocation* llvm::MachineFunction::VariableDbgInfo::Loc |
Definition at line 414 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
int llvm::MachineFunction::VariableDbgInfo::Slot |
Definition at line 413 of file MachineFunction.h.
const DILocalVariable* llvm::MachineFunction::VariableDbgInfo::Var |
Definition at line 410 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().