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 841 of file MachineDebugInfo.h.
llvm::SourceLineInfo::SourceLineInfo | ( | unsigned | L, | |
unsigned | C, | |||
unsigned | S, | |||
unsigned | I | |||
) | [inline] |
Definition at line 849 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getLine | ( | ) | const [inline] |
Definition at line 853 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getColumn | ( | ) | const [inline] |
Definition at line 854 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getSourceID | ( | ) | const [inline] |
Definition at line 855 of file MachineDebugInfo.h.
unsigned llvm::SourceLineInfo::getLabelID | ( | ) | const [inline] |
Definition at line 856 of file MachineDebugInfo.h.