Searched refs:m_persistent_variable_sp (Results 1 – 1 of 1) sorted by relevance
/freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
H A D | Materializer.cpp | 63 : Entity(), m_persistent_variable_sp(persistent_variable_sp), in EntityPersistentVariable() 81 m_persistent_variable_sp->GetByteSize().value_or(0), 8, in MakeAllocation() 88 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() 107 if (m_persistent_variable_sp->m_flags & in MakeAllocation() 111 m_persistent_variable_sp->m_flags &= in MakeAllocation() 119 map.WriteMemory(mem, m_persistent_variable_sp->GetValueBytes(), in MakeAllocation() [all …]
|