LLDB
mainline
|
#include <LineTable.h>
Public Member Functions | |
LessThanBinaryPredicate (LineTable *line_table) | |
bool | operator() (const LineTable::Entry &, const LineTable::Entry &) const |
bool | operator() (const std::unique_ptr< LineSequence > &, const std::unique_ptr< LineSequence > &) const |
Protected Attributes | |
LineTable * | m_line_table |
Definition at line 267 of file LineTable.h.
LineTable::Entry::LessThanBinaryPredicate::LessThanBinaryPredicate | ( | LineTable * | line_table | ) |
Definition at line 145 of file LineTable.cpp.
bool LineTable::Entry::LessThanBinaryPredicate::operator() | ( | const LineTable::Entry & | a, |
const LineTable::Entry & | b | ||
) | const |
Definition at line 150 of file LineTable.cpp.
References lldb_private::LineTable::Entry::column, lldb_private::LineTable::Entry::file_addr, lldb_private::LineTable::Entry::file_idx, lldb_private::LineTable::Entry::is_epilogue_begin, lldb_private::LineTable::Entry::is_prologue_end, lldb_private::LineTable::Entry::is_start_of_basic_block, lldb_private::LineTable::Entry::is_start_of_statement, lldb_private::LineTable::Entry::is_terminal_entry, lldb_private::LineTable::Entry::line, and LT_COMPARE.
bool LineTable::Entry::LessThanBinaryPredicate::operator() | ( | const std::unique_ptr< LineSequence > & | sequence_a, |
const std::unique_ptr< LineSequence > & | sequence_b | ||
) | const |
Definition at line 170 of file LineTable.cpp.
|
protected |
Definition at line 275 of file LineTable.h.