Searched refs:debug_line_offset (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp42 const lldb::offset_t debug_line_offset = offset; local
50 if (offset <= debug_line_offset)
52 //DEBUG_PRINTF("m_lineTableMap[0x%8.8x] = line_table_sp\n", debug_line_offset);
53 m_lineTableMap[debug_line_offset] = line_table_sp;
111 DWARFDebugLine::DumpLineTableRows(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_offset) argument
115 if (debug_line_offset == DW_INVALID_OFFSET)
118 debug_line_offset = 0;
119 while (debug_line_data.ValidOffset(debug_line_offset))
120 debug_line_offset = DumpStatementTable (log, debug_line_data, debug_line_offset);
134 DumpStatementTable(Log *log, const DataExtractor& debug_line_data, const dw_offset_t debug_line_offset) argument
157 DumpOpcodes(Log *log, SymbolFileDWARF* dwarf2Data, dw_offset_t debug_line_offset, uint32_t dump_flags) argument
186 DumpStatementOpcodes(Log *log, const DataExtractor& debug_line_data, const dw_offset_t debug_line_offset, uint32_t flags) argument
585 const dw_offset_t debug_line_offset = *offset_ptr; local
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp250 const uint32_t debug_line_offset = *offset_ptr; local
256 *offset_ptr = debug_line_offset;
260 const uint32_t end_offset = debug_line_offset + Prologue.TotalLength +
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c1577 CUConst* cc, ULong debug_line_offset,
1589 || cc->escn_debug_line.szB <= debug_line_offset) {
1593 init_Cursor( &c, cc->escn_debug_line, debug_line_offset, cc->barf,
1576 read_filename_table( D3VarParser* parser, CUConst* cc, ULong debug_line_offset, Bool td3 ) argument

Completed in 814 milliseconds