class LineInfo
Declaration
class LineInfo { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:21
Method Overview
- public LineInfo(uint32_t StartLine, uint32_t EndLine, bool IsStatement)
- public LineInfo(uint32_t LineData)
- public uint32_t getEndLine() const
- public uint32_t getLineDelta() const
- public uint32_t getRawData() const
- public uint32_t getStartLine() const
- public bool isAlwaysStepInto() const
- public bool isNeverStepInto() const
- public bool isStatement() const
Methods
¶LineInfo(uint32_t StartLine,
uint32_t EndLine,
bool IsStatement)
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)
LineInfo(uint32_t LineData)
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:37
Parameters
- uint32_t LineData
¶uint32_t getEndLine() const
uint32_t getEndLine() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:45
¶uint32_t getLineDelta() const
uint32_t getLineDelta() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:41
¶uint32_t getRawData() const
uint32_t getRawData() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:49
¶uint32_t getStartLine() const
uint32_t getStartLine() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:39
¶bool isAlwaysStepInto() const
bool isAlwaysStepInto() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:51
¶bool isNeverStepInto() const
bool isNeverStepInto() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:55
¶bool isStatement() const
bool isStatement() const
Declared at: llvm/include/llvm/DebugInfo/CodeView/Line.h:47