class Line

Declaration

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

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

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

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

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

llvm::codeview::ColumnInfo getColumnInfo() const

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

uint16_t getEndColumn() const

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

uint32_t getEndLine() const

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

uint32_t getLineDelta() const

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

llvm::codeview::LineInfo getLineInfo() const

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

uint16_t getStartColumn() const

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

uint32_t getStartLine() const

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

bool isAlwaysStepInto() const

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

bool isNeverStepInto() const

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

bool isStatement() const

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