struct DWARFDebugLine::ParsingState

Declaration

struct DWARFDebugLine::ParsingState { /* full declaration omitted */ };

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h:370

Member Variables

public struct LineTable* LineTable
Line table we're currently parsing.
public struct Row Row
public struct Sequence Sequence

Method Overview

Methods

ParsingState(struct LineTable* LT)

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h:371

Parameters

struct LineTable* LT

void appendRowToMatrix()

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h:374

void resetRowAndSequence()

Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h:373