Home | History | Annotate | Download | only in DWARF

Lines Matching defs:LineTable

172 DWARFDebugLine::LineTable::LineTable() {
176 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const {
190 void DWARFDebugLine::LineTable::clear() {
196 DWARFDebugLine::ParsingState::ParsingState(struct LineTable *LT)
197 : LineTable(LT), RowNumber(0) {
202 Row.reset(LineTable->Prologue.DefaultIsStmt);
214 LineTable->appendRow(Row);
220 LineTable->appendSequence(Sequence);
226 const DWARFDebugLine::LineTable *
234 const DWARFDebugLine::LineTable *
238 LineTableMap.insert(LineTableMapTy::value_type(offset, LineTable()));
239 LineTable *LT = &pos.first->second;
247 bool DWARFDebugLine::LineTable::parse(DataExtractor debug_line_data,
525 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const {
570 bool DWARFDebugLine::LineTable::lookupAddressRange(
646 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex,
683 DWARFDebugLine::LineTable::getFileLineInfoForAddress(uint64_t Address,