LLDB mainline
LineTable.h File Reference

Go to the source code of this file.

Classes

class  lldb_private::LineTable
 A line table class. More...
struct  lldb_private::LineTable::Entry
class  lldb_private::LineTable::Sequence
class  lldb_private::LineTable::LessThanBinaryPredicate
struct  lldb_private::LineTable::EntrySearchInfo

Namespaces

namespace  lldb_private
 A class that represents a running process on the host machine.

Macros

#define SCALAR_COMPARE(a, b)

Macro Definition Documentation

◆ SCALAR_COMPARE

#define SCALAR_COMPARE ( a,
b )
Value:
if (a < b) \
return -1; \
if (a > b) \
return +1

Referenced by lldb_private::LineTable::Entry::Compare().