const lldb::SBLineEntry & operator=(const lldb::SBLineEntry &rhs)
static int Compare(const LineEntry &lhs, const LineEntry &rhs)
Compare two LineEntry objects.
void SetColumn(uint32_t column)
uint32_t GetColumn() const
lldb::SBAddress GetStartAddress() const
bool operator!=(const lldb::SBLineEntry &rhs) const
const lldb_private::LineEntry * operator->() const
lldb_private::LineEntry & ref()
lldb::SBFileSpec GetFileSpec() const
lldb::SBAddress GetEndAddress() const
void SetLine(uint32_t line)
std::unique_ptr< lldb_private::LineEntry > m_opaque_up
void SetFileSpec(lldb::SBFileSpec filespec)
bool operator==(const lldb::SBLineEntry &rhs) const
void SetLineEntry(const lldb_private::LineEntry &lldb_object_ref)
bool GetDescription(lldb::SBStream &description)
lldb_private::LineEntry * get()