|
LLVM
8.0.1
|
#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 359 of file MachineFunction.h.
|
inline |
Definition at line 366 of file MachineFunction.h.
| const DIExpression* llvm::MachineFunction::VariableDbgInfo::Expr |
Definition at line 361 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
| const DILocation* llvm::MachineFunction::VariableDbgInfo::Loc |
Definition at line 364 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
| int llvm::MachineFunction::VariableDbgInfo::Slot |
Definition at line 363 of file MachineFunction.h.
| const DILocalVariable* llvm::MachineFunction::VariableDbgInfo::Var |
Definition at line 360 of file MachineFunction.h.
Referenced by printStackObjectDbgInfo().
1.8.13