LLVM
17.0.0git
|
Helper struct for trackAssignments, below. More...
#include "llvm/IR/DebugInfo.h"
Public Member Functions | |
VarRecord (DbgVariableIntrinsic *DVI) | |
VarRecord (DILocalVariable *Var, DILocation *DL) | |
Public Attributes | |
DILocalVariable * | Var |
DILocation * | DL |
Friends | |
bool | operator< (const VarRecord &LHS, const VarRecord &RHS) |
bool | operator== (const VarRecord &LHS, const VarRecord &RHS) |
Helper struct for trackAssignments, below.
We don't use the similar DebugVariable class because trackAssignments doesn't (yet?) understand partial variables (fragment info) as input and want to make that clear and explicit using types. In addition, eventually we will want to understand expressions that modify the base address too, which a DebugVariable doesn't capture.
Definition at line 238 of file DebugInfo.h.
|
inline |
Definition at line 242 of file DebugInfo.h.
|
inline |
Definition at line 244 of file DebugInfo.h.
Definition at line 245 of file DebugInfo.h.
Definition at line 248 of file DebugInfo.h.
DILocation* llvm::at::VarRecord::DL |
Definition at line 240 of file DebugInfo.h.
Referenced by emitDbgAssign().
DILocalVariable* llvm::at::VarRecord::Var |
Definition at line 239 of file DebugInfo.h.
Referenced by emitDbgAssign().