9#ifndef LLDB_CORE_VALUEOBJECTVTABLE_H
10#define LLDB_CORE_VALUEOBJECTVTABLE_H
Generic representation of a type in a programming language.
A uniqued constant string class.
A class that represents a virtual function table for a C++ class.
const Symbol * m_vtable_symbol
The symbol for the C++ virtual function table.
llvm::Expected< uint32_t > CalculateNumChildren(uint32_t max) override
Should only be called by ValueObject::GetNumChildren().
uint32_t m_addr_size
Cache the address size in bytes to avoid checking with the process to many times.
ValueObject * CreateSyntheticArrayMember(size_t idx) override
Should only be called by ValueObject::GetSyntheticArrayMember().
ConstString GetQualifiedTypeName() override
ValueObject * CreateChildAtIndex(size_t idx) override
Should only be called by ValueObject::GetChildAtIndex().
static lldb::ValueObjectSP Create(ValueObject &parent)
lldb::ValueType GetValueType() const override
~ValueObjectVTable() override
std::optional< uint64_t > GetByteSize() override
ConstString GetTypeName() override
uint32_t m_num_vtable_entries
Cache the number of vtable children when we update the value.
const ValueObjectVTable & operator=(const ValueObjectVTable &)=delete
ConstString GetDisplayTypeName() override
CompilerType GetCompilerTypeImpl() override
bool IsInScope() override
ValueObjectVTable(const ValueObjectVTable &)=delete
bool UpdateValue() override
A class that represents a running process on the host machine.
std::shared_ptr< lldb_private::ValueObject > ValueObjectSP