reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 static int Compare(const LineEntry &lhs, const LineEntry &rhs);
142 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) == 0; 155 return lldb_private::LineEntry::Compare(*lhs_ptr, *rhs_ptr) != 0;tools/lldb/source/Symbol/LineEntry.cpp
155 return LineEntry::Compare(a, b) < 0;
tools/lldb/source/Symbol/SymbolContext.cpp384 LineEntry::Compare(lhs.line_entry, rhs.line_entry) == 0 && 735 if (LineEntry::Compare(this_line, line_entry) == 0) {