LLVM API Documentation
This class is used to record source line correspondence. More...
#include <DwarfDebug.h>
Public Member Functions | |
| SrcLineInfo (unsigned L, unsigned C, unsigned S, MCSymbol *label) | |
| unsigned | getLine () const |
| unsigned | getColumn () const |
| unsigned | getSourceID () const |
| MCSymbol * | getLabel () const |
This class is used to record source line correspondence.
Definition at line 53 of file DwarfDebug.h.
| llvm::SrcLineInfo::SrcLineInfo | ( | unsigned | L, |
| unsigned | C, | ||
| unsigned | S, | ||
| MCSymbol * | label | ||
| ) | [inline] |
Definition at line 59 of file DwarfDebug.h.
| unsigned llvm::SrcLineInfo::getColumn | ( | ) | const [inline] |
Definition at line 64 of file DwarfDebug.h.
| MCSymbol* llvm::SrcLineInfo::getLabel | ( | ) | const [inline] |
Definition at line 66 of file DwarfDebug.h.
| unsigned llvm::SrcLineInfo::getLine | ( | ) | const [inline] |
Definition at line 63 of file DwarfDebug.h.
| unsigned llvm::SrcLineInfo::getSourceID | ( | ) | const [inline] |
Definition at line 65 of file DwarfDebug.h.