class LineInfo

Declaration

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

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

Method Overview

Methods

LineInfo(uint32_t StartLine,
         uint32_t EndLine,
         bool IsStatement)

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

Parameters

uint32_t StartLine
uint32_t EndLine
bool IsStatement

LineInfo(uint32_t LineData)

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

Parameters

uint32_t LineData

uint32_t getEndLine() const

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

uint32_t getLineDelta() const

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

uint32_t getRawData() const

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

uint32_t getStartLine() const

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

bool isAlwaysStepInto() const

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

bool isNeverStepInto() const

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

bool isStatement() const

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