LLVM API Documentation
#include <MachineDebugInfo.h>
Collaboration diagram for llvm::SourceLineInfo:
Public Member Functions | |
SourceLineInfo (unsigned L, unsigned C, unsigned S, unsigned I) | |
unsigned | getLine () const |
unsigned | getColumn () const |
unsigned | getSourceID () const |
unsigned | getLabelID () const |
Definition at line 804 of file MachineDebugInfo.h.
llvm::SourceLineInfo::SourceLineInfo | ( | unsigned | L, | |
unsigned | C, | |||
unsigned | S, | |||
unsigned | I | |||
) | [inline] |
Definition at line 812 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getColumn | ( | ) | const [inline] |
Definition at line 817 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getLabelID | ( | ) | const [inline] |
Definition at line 819 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getLine | ( | ) | const [inline] |
Definition at line 816 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getSourceID | ( | ) | const [inline] |
Definition at line 818 of file MachineDebugInfo.h.