Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp63 : Entity(), m_persistent_variable_sp(persistent_variable_sp), in EntityPersistentVariable()
80 llvm::expectedToOptional(m_persistent_variable_sp->GetByteSize()) in MakeAllocation()
87 m_persistent_variable_sp->GetName().GetCString(), in MakeAllocation()
94 m_persistent_variable_sp->GetName().GetCString(), mem); in MakeAllocation()
99 m_persistent_variable_sp->m_live_sp = ValueObjectConstResult::Create( in MakeAllocation()
101 m_persistent_variable_sp->GetCompilerType(), in MakeAllocation()
102 m_persistent_variable_sp->GetName(), mem, eAddressTypeLoad, in MakeAllocation()
105 if (m_persistent_variable_sp->m_flags & in MakeAllocation()
111 m_persistent_variable_sp->m_flags &= in MakeAllocation()
115 m_persistent_variable_sp->m_flags &= in MakeAllocation()
[all …]