Lines Matching defs:line_entry
302 LineEntry line_entry;
309 0, file_indexes.front(), src_location_spec, &line_entry);
315 0, file_indexes, src_location_spec, &line_entry);
330 if (line_entry.IsValid() &&
331 (line_entry.line != line ||
332 (column_num != 0 && line_entry.column != column_num)) &&
338 Address start_addr = line_entry.range.GetBaseAddress();
377 LineEntry call_site_line = sc.line_entry;
386 sc.line_entry.GetFile()) &&
434 src_location_spec.GetColumn() ? std::optional<uint16_t>(line_entry.column)
437 SourceLocationSpec found_entry(line_entry.GetFile(), line_entry.line, column,
445 sc.line_entry = line_entry;
449 line_entry.range.GetBaseAddress().CalculateSymbolContext(&resolved_sc,
477 line_entry.range.GetBaseAddress().GetFileAddress());
485 line_idx + 1, file_indexes.front(), found_entry, &line_entry);
488 line_idx + 1, file_indexes, found_entry, &line_entry);