LLVM API Documentation
#include <DWARFDebugLine.h>
Classes | |
| struct | FileNameEntry |
| struct | LineTable |
| struct | ParsingState |
| struct | Prologue |
| struct | Row |
| struct | Sequence |
Public Member Functions | |
| DWARFDebugLine (const RelocAddrMap *LineInfoRelocMap) | |
| const LineTable * | getLineTable (uint32_t offset) const |
| const LineTable * | getOrParseLineTable (DataExtractor debug_line_data, uint32_t offset) |
Definition at line 24 of file DWARFDebugLine.h.
| llvm::DWARFDebugLine::DWARFDebugLine | ( | const RelocAddrMap * | LineInfoRelocMap | ) | [inline] |
Definition at line 26 of file DWARFDebugLine.h.
| const DWARFDebugLine::LineTable * DWARFDebugLine::getLineTable | ( | uint32_t | offset | ) | const |
Definition at line 227 of file DWARFDebugLine.cpp.
| const DWARFDebugLine::LineTable * DWARFDebugLine::getOrParseLineTable | ( | DataExtractor | debug_line_data, |
| uint32_t | offset | ||
| ) |
Definition at line 235 of file DWARFDebugLine.cpp.
References llvm::AArch64CC::LT, and llvm::DWARFDebugLine::LineTable::parse().