9#ifndef LLDB_VALUEOBJECT_VALUEOBJECTCONSTRESULTIMPL_H
10#define LLDB_VALUEOBJECT_VALUEOBJECTCONSTRESULTIMPL_H
65 uint32_t item_count = 1);
static llvm::raw_ostream & error(Stream &strm)
Generic representation of a type in a programming language.
A uniqued constant string class.
A class wrapping common implementation details for operations in ValueObjectConstResult ( & Child ) t...
lldb::ValueObjectSP GetSyntheticChildAtOffset(uint32_t offset, const CompilerType &type, bool can_create, ConstString name_const_str=ConstString())
virtual size_t GetPointeeData(DataExtractor &data, uint32_t item_idx=0, uint32_t item_count=1)
lldb::ValueObjectSP AddressOf(Status &error)
AddressType m_live_address_type
void SetLiveAddress(lldb::addr_t addr=LLDB_INVALID_ADDRESS, AddressType address_type=eAddressTypeLoad)
lldb::ValueObjectSP m_address_of_backend
ValueObject * CreateChildAtIndex(size_t idx)
lldb::addr_t GetLiveAddress()
ValueObject * m_impl_backend
lldb::ValueObjectSP Cast(const CompilerType &compiler_type)
lldb::addr_t m_live_address
const ValueObjectConstResultImpl & operator=(const ValueObjectConstResultImpl &)=delete
virtual lldb::addr_t GetAddressOf(bool scalar_is_load_address=true, AddressType *address_type=nullptr)
lldb::ValueObjectSP Dereference(Status &error)
virtual ~ValueObjectConstResultImpl()=default
ValueObjectConstResultImpl(const ValueObjectConstResultImpl &)=delete
ValueObject * CreateSyntheticArrayMember(size_t idx)
#define LLDB_INVALID_ADDRESS
A class that represents a running process on the host machine.
@ eAddressTypeLoad
Address is an address as in the current target inferior process.
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP