LLVM
8.0.1
|
#include "llvm/DebugInfo/CodeView/Line.h"
Public Member Functions | |
Line (int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, uint16_t StartColumn, uint16_t EndColumn, bool IsStatement) | |
Line (int32_t CodeOffset, LineInfo LineInf, ColumnInfo ColumnInf) | |
LineInfo | getLineInfo () const |
ColumnInfo | getColumnInfo () const |
int32_t | getCodeOffset () const |
uint32_t | getStartLine () const |
uint32_t | getLineDelta () const |
uint32_t | getEndLine () const |
uint16_t | getStartColumn () const |
uint16_t | getEndColumn () const |
bool | isStatement () const |
bool | isAlwaysStepInto () const |
bool | isNeverStepInto () const |
|
inline |
|
inline |
Definition at line 111 of file Line.h.
References llvm::codeview::CodeOffset.
|
inline |
|
inline |
Definition at line 121 of file Line.h.
References llvm::codeview::ColumnInfo::getEndColumn().
|
inline |
Definition at line 117 of file Line.h.
References llvm::codeview::LineInfo::getEndLine().
|
inline |
Definition at line 115 of file Line.h.
References llvm::codeview::LineInfo::getLineDelta().
|
inline |
Definition at line 119 of file Line.h.
References llvm::codeview::ColumnInfo::getStartColumn().
|
inline |
Definition at line 113 of file Line.h.
References llvm::codeview::LineInfo::getStartLine().
|
inline |
Definition at line 125 of file Line.h.
References llvm::codeview::LineInfo::isAlwaysStepInto().
|
inline |
Definition at line 127 of file Line.h.
References llvm::codeview::LineInfo::isNeverStepInto().
|
inline |
Definition at line 123 of file Line.h.
References llvm::codeview::LineInfo::isStatement().