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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DMaterializer.cpp48 class EntityPersistentVariable : public Materializer::Entity { class in inherits:Materializer::Entity
50 EntityPersistentVariable(lldb::ExpressionVariableSP &persistent_variable_sp, function in class:EntityPersistentVariable
146 "EntityPersistentVariable::Materialize [address = 0x%" PRIx64
198 "EntityPersistentVariable::Dematerialize [address = 0x%" PRIx64
341 dump_stream.Printf("0x%" PRIx64 ": EntityPersistentVariable (%s)\n",
402 iter->reset(new EntityPersistentVariable(persistent_variable_sp, delegate));

Completed in 78 milliseconds