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