Go to the documentation of this file.
9 #ifndef LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H
10 #define LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H
39 int32_t synthetic_index)
override;
71 #endif // LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H
~ValueObjectConstResultCast() override
virtual CompilerType GetCompilerType()
lldb::ValueObjectSP Dereference(Status &error) override
static llvm::raw_ostream & error(Stream &strm)
ValueObjectConstResultImpl m_impl
A ValueObject that represents a given value represented as a different type.
ValueObjectConstResultCast(ValueObject &parent, ConstString name, const CompilerType &cast_type, lldb::addr_t live_address=LLDB_INVALID_ADDRESS)
size_t GetPointeeData(DataExtractor &data, uint32_t item_idx=0, uint32_t item_count=1) override
lldb::ValueObjectSP Cast(const CompilerType &compiler_type) override
ValueObject * CreateChildAtIndex(size_t idx, bool synthetic_array_member, int32_t synthetic_index) override
Should only be called by ValueObject::GetChildAtIndex().
A class wrapping common implementation details for operations in ValueObjectConstResult ( & Child ) t...
CompilerType GetCompilerType()
A frozen ValueObject copied into host memory.
#define LLDB_INVALID_ADDRESS
const ValueObjectConstResultCast & operator=(const ValueObjectConstResultCast &)=delete
Generic representation of a type in a programming language.
A class that represents a running process on the host machine.
lldb::ValueObjectSP GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type, bool can_create, ConstString name_const_str=ConstString()) override
lldb::ValueObjectSP AddressOf(Status &error) override