reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Symbol/LineTable.cpp
  340   for (size_t idx = start_idx; idx < count; ++idx) {
  340   for (size_t idx = start_idx; idx < count; ++idx) {
  343     if (m_entries[idx].is_terminal_entry)
  346     if (m_entries[idx].file_idx != file_idx)
  355     if (m_entries[idx].line < line) {
  357     } else if (m_entries[idx].line == line) {
  359         ConvertEntryAtIndexToLineEntry(idx, *line_entry_ptr);
  360       return idx;
  363         best_match = idx;
  364       else if (m_entries[idx].line < m_entries[best_match].line)
  365         best_match = idx;