Home | History | Annotate | Download | only in Expression

Lines Matching refs:m_materialized_address

74     m_materialized_address (LLDB_INVALID_ADDRESS)
665 if (m_materialized_address == LLDB_INVALID_ADDRESS)
671 m_materialized_address = m_execution_unit_ap->Malloc(m_materializer_ap->GetStructByteSize(),
684 struct_address = m_materialized_address;