class LineInfo

Declaration

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

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

Member Variables

private uint32_t LineData

Method Overview

Methods

LineInfo(uint32_t StartLine,
         uint32_t EndLine,
         bool IsStatement)

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

Parameters

uint32_t StartLine
uint32_t EndLine
bool IsStatement

LineInfo(uint32_t LineData)

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

Parameters

uint32_t LineData

uint32_t getEndLine() const

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

uint32_t getLineDelta() const

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

uint32_t getRawData() const

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

uint32_t getStartLine() const

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

bool isAlwaysStepInto() const

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

bool isNeverStepInto() const

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

bool isStatement() const

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