Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DMaterializer.cpp70 m_persistent_variable_sp(persistent_variable_sp) in EntityPersistentVariable()
85 lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(), in MakeAllocation()
93 …ngWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName(… in MakeAllocation()
98 …log->Printf("Allocated %s (0x%" PRIx64 ") sucessfully", m_persistent_variable_sp->GetName().GetCSt… in MakeAllocation()
102m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in MakeAllocation()
103m_persistent_variable_sp->GetTypeFromUser(), in MakeAllocation()
104m_persistent_variable_sp->GetName(), in MakeAllocation()
107m_persistent_variable_sp->GetByteSize()); in MakeAllocation()
111 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget) in MakeAllocation()
115 m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVNeedsAllocation; in MakeAllocation()
[all …]