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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Expression/
H A DMaterializer.cpp75 m_persistent_variable_sp(persistent_variable_sp),
92 lldb::addr_t mem = map.Malloc(m_persistent_variable_sp->GetByteSize(),
101 err.SetErrorStringWithFormat("couldn't allocate a memory area to store %s: %s", m_persistent_variable_sp->GetName().GetCString(), allocate_error.AsCString());
106 log->Printf("Allocated %s (0x%" PRIx64 ") successfully", m_persistent_variable_sp->GetName().GetCString(), mem);
110 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create (map.GetBestExecutionContextScope(),
111 m_persistent_variable_sp->GetCompilerType(),
112 m_persistent_variable_sp->GetName(),
119 if (m_persistent_variable_sp->m_flags & ExpressionVariable::EVKeepInTarget)
123 m_persistent_variable_sp->m_flags &= ~ExpressionVariable::EVNeedsAllocation;
131 m_persistent_variable_sp
409 lldb::ExpressionVariableSP m_persistent_variable_sp; member in class:EntityPersistentVariable
[all...]

Completed in 113 milliseconds