Searched refs:debug_line_offset (Results 1 – 2 of 2) sorted by relevance
42 const lldb::offset_t debug_line_offset = offset; in Parse() local50 if (offset <= debug_line_offset) in Parse()53 m_lineTableMap[debug_line_offset] = line_table_sp; in Parse()111 …FDebugLine::DumpLineTableRows(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_offset) in DumpLineTableRows() argument115 if (debug_line_offset == DW_INVALID_OFFSET) in DumpLineTableRows()118 debug_line_offset = 0; in DumpLineTableRows()119 while (debug_line_data.ValidOffset(debug_line_offset)) in DumpLineTableRows()120 debug_line_offset = DumpStatementTable (log, debug_line_data, debug_line_offset); in DumpLineTableRows()125 DumpStatementTable (log, debug_line_data, debug_line_offset); in DumpLineTableRows()134 …mentTable(Log *log, const DWARFDataExtractor& debug_line_data, const dw_offset_t debug_line_offset) in DumpStatementTable() argument[all …]
225 const uint32_t debug_line_offset = *offset_ptr; in parseStatementTable() local231 *offset_ptr = debug_line_offset; in parseStatementTable()235 const uint32_t end_offset = debug_line_offset + prologue->TotalLength + in parseStatementTable()