37 uint32_t offset,
const CompilerType &type,
bool can_create,
39 return m_impl.GetSyntheticChildAtOffset(offset, type, can_create,
49 uint32_t item_count) {
50 return m_impl.GetPointeeData(data, item_idx, item_count);
55 return m_impl.Cast(compiler_type);
static llvm::raw_ostream & error(Stream &strm)
Generic representation of a type in a programming language.
A uniqued constant string class.
ValueObjectCast(ValueObject &parent, ConstString name, const CompilerType &cast_type)
lldb::ValueObjectSP DoCast(const CompilerType &compiler_type) override
size_t GetPointeeData(DataExtractor &data, uint32_t item_idx=0, uint32_t item_count=1) override
~ValueObjectConstResultCast() override
ValueObjectConstResultImpl m_impl
lldb::ValueObjectSP GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type, bool can_create, ConstString name_const_str=ConstString()) override
lldb::ValueObjectSP AddressOf(Status &error) override
lldb::ValueObjectSP Dereference(Status &error) override
ValueObjectConstResultCast(ValueObject &parent, ConstString name, const CompilerType &cast_type, lldb::addr_t live_address=LLDB_INVALID_ADDRESS)
ConstString m_name
The name of this object.
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP