Searched refs:m_live_address (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/Core/
H A DValueObjectConstResultImpl.h60 return m_live_address;
67 m_live_address = addr;
86 lldb::addr_t m_live_address; member in class:lldb_private::ValueObjectConstResultImpl
/external/lldb/source/Core/
H A DValueObjectConstResultImpl.cpp43 m_live_address(live_address),
142 valobj->m_impl.SetLiveAddress(m_live_address+child_byte_offset);
174 if (m_live_address != LLDB_INVALID_ADDRESS)
178 lldb::DataBufferSP buffer(new lldb_private::DataBufferHeap(&m_live_address,sizeof(lldb::addr_t)));
191 m_address_of_backend->GetValue().GetScalar() = m_live_address;
207 if (m_live_address == LLDB_INVALID_ADDRESS)
216 return m_live_address;

Completed in 216 milliseconds