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

References

tools/lldb/source/Symbol/LineTable.cpp
  362       if (best_match == UINT32_MAX)
  363         best_match = idx;
  364       else if (m_entries[idx].line < m_entries[best_match].line)
  365         best_match = idx;
  369   if (best_match != UINT32_MAX) {
  371       ConvertEntryAtIndexToLineEntry(best_match, *line_entry_ptr);
  372     return best_match;