Lines Matching refs:DWARFDebugLine
19 void DWARFDebugLine::Prologue::dump(raw_ostream &OS) const { in dump()
53 void DWARFDebugLine::Row::postAppend() { in postAppend()
59 void DWARFDebugLine::Row::reset(bool default_is_stmt) { in reset()
72 void DWARFDebugLine::Row::dump(raw_ostream &OS) const { in dump()
83 void DWARFDebugLine::LineTable::dump(raw_ostream &OS) const { in dump()
96 DWARFDebugLine::State::~State() {} in ~State()
98 void DWARFDebugLine::State::appendRowToMatrix(uint32_t offset) { in appendRowToMatrix()
118 void DWARFDebugLine::State::finalize() { in finalize()
136 DWARFDebugLine::DumpingState::~DumpingState() {} in ~DumpingState()
138 void DWARFDebugLine::DumpingState::finalize() { in finalize()
142 const DWARFDebugLine::LineTable *
143 DWARFDebugLine::getLineTable(uint32_t offset) const { in getLineTable()
150 const DWARFDebugLine::LineTable *
151 DWARFDebugLine::getOrParseLineTable(DataExtractor debug_line_data, in getOrParseLineTable()
166 DWARFDebugLine::parsePrologue(DataExtractor debug_line_data, in parsePrologue()
222 DWARFDebugLine::parseStatementTable(DataExtractor debug_line_data, in parseStatementTable()
482 DWARFDebugLine::LineTable::lookupAddress(uint64_t address) const { in lookupAddress()
487 DWARFDebugLine::Sequence sequence; in lookupAddress()
492 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddress()
493 DWARFDebugLine::Sequence found_seq; in lookupAddress()
508 DWARFDebugLine::Row row; in lookupAddress()
513 DWARFDebugLine::Row::orderByAddress); in lookupAddress()
528 DWARFDebugLine::LineTable::lookupAddressRange(uint64_t address, in lookupAddressRange()
535 DWARFDebugLine::Sequence sequence; in lookupAddressRange()
540 DWARFDebugLine::Sequence::orderByLowPC); in lookupAddressRange()
555 DWARFDebugLine::Sequence cur_seq = *seq_pos; in lookupAddressRange()
562 DWARFDebugLine::Row row; in lookupAddressRange()
567 DWARFDebugLine::Row::orderByAddress); in lookupAddressRange()
580 DWARFDebugLine::Row row; in lookupAddressRange()
585 DWARFDebugLine::Row::orderByAddress); in lookupAddressRange()
605 DWARFDebugLine::LineTable::getFileNameByIndex(uint64_t FileIndex, in getFileNameByIndex()