9#ifndef LLDB_API_SBADDRESS_H
10#define LLDB_API_SBADDRESS_H
32 explicit operator bool()
const;
42 addr_t GetFileAddress()
const;
49 bool OffsetAddress(
addr_t offset);
bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs)
std::unique_ptr< lldb_private::Address > m_opaque_up
friend bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs)
A section + offset based address class.