Home
last modified time | relevance | path

Searched refs:m_persistent_variable_sp (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/lldb/source/Expression/
DMaterializer.cpp52 : Entity(), m_persistent_variable_sp(persistent_variable_sp), in EntityPersistentVariable()
70 m_persistent_variable_sp->GetByteSize().getValueOr(0), 8, in MakeAllocation()
77 m_persistent_variable_sp->GetName().GetCString(), in MakeAllocation()
83 m_persistent_variable_sp->GetName().GetCString(), mem); in MakeAllocation()
88 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in MakeAllocation()
90 m_persistent_variable_sp->GetCompilerType(), in MakeAllocation()
91 m_persistent_variable_sp->GetName(), mem, eAddressTypeLoad, in MakeAllocation()
96 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
100 m_persistent_variable_sp->m_flags &= in MakeAllocation()
108 map.WriteMemory(mem, m_persistent_variable_sp->GetValueBytes(), in MakeAllocation()
[all …]