Lines Matching refs:DWARFDebugLine

20 DWARFDebugLine::Prologue::Prologue() {  in Prologue()
24 void DWARFDebugLine::Prologue::clear() { in clear()
33 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump()
68 bool DWARFDebugLine::Prologue::parse(DataExtractor debug_line_data, in parse()
125 DWARFDebugLine::Row::Row(bool default_is_stmt) { in Row()
129 void DWARFDebugLine::Row::postAppend() { in postAppend()
135 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
149 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump()
160 DWARFDebugLine::Sequence::Sequence() { in Sequence()
164 void DWARFDebugLine::Sequence::reset() { in reset()
172 DWARFDebugLine::LineTable::LineTable() { in LineTable()
176 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const { in dump()
190 void DWARFDebugLine::LineTable::clear() { in clear()
196 DWARFDebugLine::ParsingState::ParsingState(struct LineTable *LT) in ParsingState()
201 void DWARFDebugLine::ParsingState::resetRowAndSequence() { in resetRowAndSequence()
206 void DWARFDebugLine::ParsingState::appendRowToMatrix(uint32_t offset) { in appendRowToMatrix()
226 const DWARFDebugLine::LineTable *
227 DWARFDebugLine::getLineTable(uint32_t offset) const { in getLineTable()
234 const DWARFDebugLine::LineTable *
235 DWARFDebugLine::getOrParseLineTable(DataExtractor debug_line_data, in getOrParseLineTable()
247 bool DWARFDebugLine::LineTable::parse(DataExtractor debug_line_data, in parse()
525 uint32_t DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const { in lookupAddress()
530 DWARFDebugLine::Sequence sequence; in lookupAddress()
535 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddress()
536 DWARFDebugLine::Sequence found_seq; in lookupAddress()
551 DWARFDebugLine::Row row; in lookupAddress()
556 DWARFDebugLine::Row::orderByAddress); in lookupAddress()
570 bool DWARFDebugLine::LineTable::lookupAddressRange( in lookupAddressRange()
576 DWARFDebugLine::Sequence sequence; in lookupAddressRange()
581 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddressRange()
596 DWARFDebugLine::Sequence cur_seq = *seq_pos; in lookupAddressRange()
603 DWARFDebugLine::Row row; in lookupAddressRange()
608 DWARFDebugLine::Row::orderByAddress); in lookupAddressRange()
621 DWARFDebugLine::Row row; in lookupAddressRange()
626 DWARFDebugLine::Row::orderByAddress); in lookupAddressRange()
646 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()
683 DWARFDebugLine::LineTable::getFileLineInfoForAddress(uint64_t Address, in getFileLineInfoForAddress()