class Line
Declaration
class Line { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:91
Method Overview
- public Line(int32_t CodeOffset, uint32_t StartLine, uint32_t EndLine, uint16_t StartColumn, uint16_t EndColumn, bool IsStatement)
- public Line(int32_t CodeOffset, llvm::codeview::LineInfo LineInf, llvm::codeview::ColumnInfo ColumnInf)
- public int32_t getCodeOffset() const
- public llvm::codeview::ColumnInfo getColumnInfo() const
- public uint16_t getEndColumn() const
- public uint32_t getEndLine() const
- public uint32_t getLineDelta() const
- public llvm::codeview::LineInfo getLineInfo() const
- public uint16_t getStartColumn() const
- public uint32_t getStartLine() const
- public bool isAlwaysStepInto() const
- public bool isNeverStepInto() const
- public bool isStatement() const
Methods
¶Line(int32_t CodeOffset,
uint32_t StartLine,
uint32_t EndLine,
uint16_t StartColumn,
uint16_t EndColumn,
bool IsStatement)
Line(int32_t CodeOffset,
uint32_t StartLine,
uint32_t EndLine,
uint16_t StartColumn,
uint16_t EndColumn,
bool IsStatement)
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:98
Parameters
- int32_t CodeOffset
- uint32_t StartLine
- uint32_t EndLine
- uint16_t StartColumn
- uint16_t EndColumn
- bool IsStatement
¶Line(int32_t CodeOffset,
llvm::codeview::LineInfo LineInf,
llvm::codeview::ColumnInfo ColumnInf)
Line(int32_t CodeOffset,
llvm::codeview::LineInfo LineInf,
llvm::codeview::ColumnInfo ColumnInf)
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:103
Parameters
- int32_t CodeOffset
- llvm::codeview::LineInfo LineInf
- llvm::codeview::ColumnInfo ColumnInf
¶int32_t getCodeOffset() const
int32_t getCodeOffset() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:110
¶llvm::codeview::ColumnInfo getColumnInfo() const
llvm::codeview::ColumnInfo getColumnInfo() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:108
¶uint16_t getEndColumn() const
uint16_t getEndColumn() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:120
¶uint32_t getEndLine() const
uint32_t getEndLine() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:116
¶uint32_t getLineDelta() const
uint32_t getLineDelta() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:114
¶llvm::codeview::LineInfo getLineInfo() const
llvm::codeview::LineInfo getLineInfo() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:106
¶uint16_t getStartColumn() const
uint16_t getStartColumn() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:118
¶uint32_t getStartLine() const
uint32_t getStartLine() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:112
¶bool isAlwaysStepInto() const
bool isAlwaysStepInto() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:124
¶bool isNeverStepInto() const
bool isNeverStepInto() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:126
¶bool isStatement() const
bool isStatement() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:122