LLVM: llvm::Loc::Single Class Reference (original) (raw)
Single value location description. More...
#include "[CodeGen/AsmPrinter/DwarfDebug.h](DwarfDebug%5F8h%5Fsource.html)"
| Public Member Functions | |
|---|---|
| Single (DbgValueLoc ValueLoc) | |
| Single (const MachineInstr *DbgValue) | |
| const DbgValueLoc & | getValueLoc () const |
| const DIExpression * | getExpr () const |
Detailed Description
Single value location description.
Definition at line 131 of file DwarfDebug.h.
Constructor & Destructor Documentation
◆ Single() [1/2]
| Loc::Single::Single ( DbgValueLoc ValueLoc) | explicit |
|---|
Definition at line 286 of file DwarfDebug.cpp.
Referenced by Single().
◆ Single() [2/2]
| Loc::Single::Single ( const MachineInstr * DbgValue) | explicit |
|---|
Definition at line 293 of file DwarfDebug.cpp.
References getDebugLocValue(), and Single().
Member Function Documentation
◆ getExpr()
| const DIExpression * llvm::Loc::Single::getExpr ( ) const | inline |
|---|
Definition at line 139 of file DwarfDebug.h.
◆ getValueLoc()
| const DbgValueLoc & llvm::Loc::Single::getValueLoc ( ) const | inline |
|---|
Definition at line 138 of file DwarfDebug.h.
The documentation for this class was generated from the following files:
- lib/CodeGen/AsmPrinter/DwarfDebug.h
- lib/CodeGen/AsmPrinter/DwarfDebug.cpp