LLVM
15.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 388 of file MachineFunction.h.
|
inline |
Definition at line 395 of file MachineFunction.h.
const DIExpression* llvm::MachineFunction::VariableDbgInfo::Expr |
Definition at line 390 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
const DILocation* llvm::MachineFunction::VariableDbgInfo::Loc |
Definition at line 393 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
int llvm::MachineFunction::VariableDbgInfo::Slot |
Definition at line 392 of file MachineFunction.h.
const DILocalVariable* llvm::MachineFunction::VariableDbgInfo::Var |
Definition at line 389 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().