9#ifndef LLDB_API_SBADDRESS_H
10#define LLDB_API_SBADDRESS_H
32 explicit operator bool()
const;
36 bool operator!=(
const SBAddress &rhs)
const;
42 addr_t GetFileAddress()
const;
49 bool OffsetAddress(
addr_t offset);
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.
bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs)