class Line

Declaration

class Line { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:90

Member Variables

private int32_t CodeOffset
private llvm::codeview::LineInfo LineInf
private llvm::codeview::ColumnInfo ColumnInf

Method Overview

Methods

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:97

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)

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:102

Parameters

int32_t CodeOffset
llvm::codeview::LineInfo LineInf
llvm::codeview::ColumnInfo ColumnInf

int32_t getCodeOffset() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:109

llvm::codeview::ColumnInfo getColumnInfo() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:107

uint16_t getEndColumn() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:119

uint32_t getEndLine() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:115

uint32_t getLineDelta() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:113

llvm::codeview::LineInfo getLineInfo() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:105

uint16_t getStartColumn() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:117

uint32_t getStartLine() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:111

bool isAlwaysStepInto() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:123

bool isNeverStepInto() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:125

bool isStatement() const

Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:121