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