Home
last modified time | relevance | path

Searched refs:line_offset (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.h201 dw_offset_t line_offset = DW_INVALID_OFFSET,
205 dw_offset_t line_offset =
224 const dw_offset_t line_offset);
228 const dw_offset_t line_offset, uint32_t flags);
H A DDWARFDebugLine.cpp267 dw_sleb128_t line_offset = debug_line_data.GetSLEB128(&offset); in DumpStatementOpcodes() local
269 line_offset); in DumpStatementOpcodes()
270 row.line += line_offset; in DumpStatementOpcodes()
341 int32_t line_offset = in DumpStatementOpcodes() local
344 op_offset, (uint64_t)addr_offset, line_offset); in DumpStatementOpcodes()
346 row.line += line_offset; in DumpStatementOpcodes()
822 int32_t line_offset = in ParseStatementTable() local
824 state.line += line_offset; in ParseStatementTable()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DSourceManager.cpp471 size_t line_offset = GetLineOffset(line); in PeekLineData() local
472 if (line_offset < m_data_sp->GetByteSize()) in PeekLineData()
473 return (const char *)m_data_sp->GetBytes() + line_offset; in PeekLineData()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Expression/
H A DUserExpression.h284 uint32_t line_offset = 0, std::string *fixed_expression = nullptr,
/freebsd-12.1/contrib/binutils/bfd/
H A Ddwarf2.c185 unsigned long line_offset; member
1003 if (unit->line_offset >= stash->dwarf_line_size) in decode_line_info()
1006 unit->line_offset, stash->dwarf_line_size); in decode_line_info()
1026 line_ptr = stash->dwarf_line_buffer + unit->line_offset; in decode_line_info()
1994 unit->line_offset = attr.u.val; in parse_comp_unit()
H A DChangeLog-00018774 (decode_line_info): Set it. Report error if unit->line_offset is
/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DUserExpression.cpp143 lldb::ValueObjectSP &result_valobj_sp, Status &error, uint32_t line_offset, in Evaluate() argument
/freebsd-12.1/contrib/gdb/gdb/
H A Df-lang.c56 long line_offset; /* Line offset for function */ member
H A Ddwarf2read.c2128 unsigned int line_offset = DW_UNSND (attr); in read_file_scope() local
2129 line_header = dwarf_decode_line_header (line_offset, abfd, cu); in read_file_scope()
/freebsd-12.1/contrib/gcc/
H A Ddwarf2out.c7915 long line_offset; in output_line_info() local
8052 line_offset = line_info->dw_line_num - current_line; in output_line_info()
8053 line_delta = line_offset - DWARF_LINE_BASE; in output_line_info()
8067 dw2_asm_output_data_sleb128 (line_offset, NULL); in output_line_info()
8159 line_offset = line_info->dw_line_num - current_line; in output_line_info()
8160 line_delta = line_offset - DWARF_LINE_BASE; in output_line_info()
8169 dw2_asm_output_data_sleb128 (line_offset, NULL); in output_line_info()