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

References

tools/lldb/source/Symbol/LineTable.cpp
  318       if (best_match == UINT32_MAX)
  319         best_match = idx;
  320       else if (m_entries[idx].line < m_entries[best_match].line)
  321         best_match = idx;
  325   if (best_match != UINT32_MAX) {
  327       ConvertEntryAtIndexToLineEntry(best_match, *line_entry_ptr);
  328     return best_match;