Lines Matching refs:DWARFDebugLine
20 DWARFDebugLine::Prologue::Prologue() { in Prologue()
24 void DWARFDebugLine::Prologue::clear() { in clear()
34 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump()
69 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse()
134 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row()
138 void DWARFDebugLine::Row::postAppend() { in postAppend()
144 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
158 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump()
169 DWARFDebugLine::Sequence::Sequence() { in Sequence()
173 void DWARFDebugLine::Sequence::reset() { in reset()
181 DWARFDebugLine::LineTable::LineTable() { in LineTable()
185 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const { in dump()
199 void DWARFDebugLine::LineTable::clear() { in clear()
205 DWARFDebugLine::ParsingState::ParsingState(struct LineTable *LT) in ParsingState()
210 void DWARFDebugLine::ParsingState::resetRowAndSequence() { in resetRowAndSequence()
215 void DWARFDebugLine::ParsingState::appendRowToMatrix(uint32_t offset) { in appendRowToMatrix()
235 const DWARFDebugLine::LineTable *
236 DWARFDebugLine::getLineTable(uint32_t offset) const { in getLineTable()
243 const DWARFDebugLine::LineTable *
244 DWARFDebugLine::getOrParseLineTable(DataExtractor debug_line_data, in getOrParseLineTable()
256 bool DWARFDebugLine::LineTable::parse(DataExtractor debug_line_data, in parse()
535 DWARFDebugLine::LineTable::findRowInSeq(const DWARFDebugLine::Sequence &seq, in findRowInSeq()
542 DWARFDebugLine::Row row; in findRowInSeq()
547 first_row, last_row, row, DWARFDebugLine::Row::orderByAddress); in findRowInSeq()
561 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const { in lookupAddress()
565 DWARFDebugLine::Sequence sequence; in lookupAddress()
570 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddress()
571 DWARFDebugLine::Sequence found_seq; in lookupAddress()
584 bool DWARFDebugLine::LineTable::lookupAddressRange( in lookupAddressRange()
590 DWARFDebugLine::Sequence sequence; in lookupAddressRange()
595 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddressRange()
610 const DWARFDebugLine::Sequence &cur_seq = *seq_pos; in lookupAddressRange()
636 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()
673 DWARFDebugLine::LineTable::getFileLineInfoForAddress(uint64_t Address, in getFileLineInfoForAddress()