LLVM API Documentation
#include <DWARFDebugLine.h>


Public Types | |
| enum | { StartParsingLineTable = 0, DoneParsingLineTable = -1 } |
Public Member Functions | |
| State () | |
| virtual | ~State () |
| virtual void | appendRowToMatrix (uint32_t offset) |
| virtual void | finalize () |
| virtual void | reset () |
Public Attributes | |
| unsigned | row |
Definition at line 202 of file DWARFDebugLine.h.
| anonymous enum |
Definition at line 204 of file DWARFDebugLine.h.
| llvm::DWARFDebugLine::State::State | ( | ) | [inline] |
Definition at line 209 of file DWARFDebugLine.h.
| DWARFDebugLine::State::~State | ( | ) | [virtual] |
Definition at line 96 of file DWARFDebugLine.cpp.
| void DWARFDebugLine::State::appendRowToMatrix | ( | uint32_t | offset | ) | [virtual] |
Definition at line 98 of file DWARFDebugLine.cpp.
Referenced by llvm::DWARFDebugLine::parseStatementTable().
| void DWARFDebugLine::State::finalize | ( | ) | [virtual] |
Reimplemented in llvm::DWARFDebugLine::DumpingState.
Definition at line 118 of file DWARFDebugLine.cpp.
References llvm::LibFunc::fprintf.
Referenced by llvm::DWARFDebugLine::parseStatementTable().
| virtual void llvm::DWARFDebugLine::State::reset | ( | ) | [inline, virtual] |
Reimplemented from llvm::DWARFDebugLine::Sequence.
Definition at line 214 of file DWARFDebugLine.h.
References llvm::DWARFDebugLine::Prologue::DefaultIsStmt.
Referenced by llvm::DWARFDebugLine::parseStatementTable().
Definition at line 221 of file DWARFDebugLine.h.