Searched refs:m_exception_addr (Results 1 – 1 of 1) sorted by relevance
33 m_exception_addr = reinterpret_cast<lldb::addr_t>(record.ExceptionAddress); in ExceptionRecord()43 m_exception_addr(static_cast<lldb::addr_t>(record.ExceptionAddress)), in ExceptionRecord()63 lldb::addr_t GetExceptionAddress() const { return m_exception_addr; } in GetExceptionAddress()73 lldb::addr_t m_exception_addr; variable