Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DMaterializer.cpp713 class EntityResultVariable : public Materializer::Entity class
716EntityResultVariable (const TypeFromUser &type, bool is_program_reference, bool keep_in_memory) : in EntityResultVariable() function in EntityResultVariable
977 iter->reset (new EntityResultVariable (type, is_program_reference, keep_in_memory)); in AddResultVariable()
1385 …static_cast<EntityResultVariable*>(m_materializer->m_result_entity)->Dematerialize (result_sp, fra… in Dematerialize()