Searched refs:m_persistent_variable_sp (Results 1 – 1 of 1) sorted by relevance
71 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()103 …m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextS… in MakeAllocation()104 … m_persistent_variable_sp->GetTypeFromUser(), in MakeAllocation()105 … m_persistent_variable_sp->GetName(), in MakeAllocation()108 … m_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 …]