Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDMaterializer.cpp71 m_persistent_variable_sp(persistent_variable_sp) in EntityPersistentVariable()
86 lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(), in MakeAllocation()
94 …ngWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName(… in MakeAllocation()
99 …log->Printf("Allocated %s (0x%" PRIx64 ") successfully", m_persistent_variable_sp->GetName().GetCS… in MakeAllocation()
103m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in MakeAllocation()
104m_persistent_variable_sp->GetTypeFromUser(), in MakeAllocation()
105m_persistent_variable_sp->GetName(), in MakeAllocation()
108m_persistent_variable_sp->GetByteSize()); in MakeAllocation()
112 if (m_persistent_variable_sp->m_flags & ClangExpressionVariable::EVKeepInTarget) in MakeAllocation()
116 m_persistent_variable_sp->m_flags &= ~ClangExpressionVariable::EVNeedsAllocation; in MakeAllocation()
[all …]