lldb::SBAddress GetStartAddress() const
lldb_private::LineEntry & ref()
bool GetDescription(lldb::SBStream &description)
void SetLineEntry(const lldb_private::LineEntry &lldb_object_ref)
void SetLine(uint32_t line)
bool operator!=(const lldb::SBLineEntry &rhs) const
lldb_private::LineEntry * get()
friend class SBSymbolContext
uint32_t GetColumn() const
std::unique_ptr< lldb_private::LineEntry > m_opaque_up
const lldb_private::LineEntry * operator->() const
bool operator==(const lldb::SBLineEntry &rhs) const
lldb::SBFileSpec GetFileSpec() const
friend class SBCompileUnit
void SetFileSpec(lldb::SBFileSpec filespec)
void SetColumn(uint32_t column)
lldb::SBAddress GetEndAddress() const
const lldb::SBLineEntry & operator=(const lldb::SBLineEntry &rhs)
lldb::SBAddress GetSameLineContiguousAddressRangeEnd(bool include_inlined_functions) const
A line table entry class.