LLDB mainline
|
#include <TypeSynthetic.h>
Public Member Functions | |
SyntheticValueProviderFrontEnd (ValueObject &backend) | |
~SyntheticValueProviderFrontEnd () override=default | |
size_t | CalculateNumChildren () override |
lldb::ValueObjectSP | GetChildAtIndex (size_t idx) override |
size_t | GetIndexOfChildWithName (ConstString name) override |
bool | Update () override |
bool | MightHaveChildren () override |
lldb::ValueObjectSP | GetSyntheticValue () override=0 |
![]() | |
SyntheticChildrenFrontEnd (ValueObject &backend) | |
virtual | ~SyntheticChildrenFrontEnd ()=default |
virtual size_t | CalculateNumChildren ()=0 |
virtual size_t | CalculateNumChildren (uint32_t max) |
virtual lldb::ValueObjectSP | GetChildAtIndex (size_t idx)=0 |
virtual size_t | GetIndexOfChildWithName (ConstString name)=0 |
virtual bool | Update ()=0 |
virtual bool | MightHaveChildren ()=0 |
virtual lldb::ValueObjectSP | GetSyntheticValue () |
virtual ConstString | GetSyntheticTypeName () |
Private Member Functions | |
SyntheticValueProviderFrontEnd (const SyntheticValueProviderFrontEnd &)=delete | |
const SyntheticValueProviderFrontEnd & | operator= (const SyntheticValueProviderFrontEnd &)=delete |
Additional Inherited Members | |
![]() | |
typedef std::shared_ptr< SyntheticChildrenFrontEnd > | SharedPointer |
typedef std::unique_ptr< SyntheticChildrenFrontEnd > | AutoPointer |
![]() | |
void | SetValid (bool valid) |
bool | IsValid () |
lldb::ValueObjectSP | CreateValueObjectFromExpression (llvm::StringRef name, llvm::StringRef expression, const ExecutionContext &exe_ctx) |
lldb::ValueObjectSP | CreateValueObjectFromAddress (llvm::StringRef name, uint64_t address, const ExecutionContext &exe_ctx, CompilerType type) |
lldb::ValueObjectSP | CreateValueObjectFromData (llvm::StringRef name, const DataExtractor &data, const ExecutionContext &exe_ctx, CompilerType type) |
![]() | |
ValueObject & | m_backend |
Definition at line 104 of file TypeSynthetic.h.
|
inline |
Definition at line 106 of file TypeSynthetic.h.
|
overridedefault |
|
privatedelete |
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 111 of file TypeSynthetic.h.
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 113 of file TypeSynthetic.h.
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 115 of file TypeSynthetic.h.
References UINT32_MAX.
|
overridepure virtual |
Reimplemented from lldb_private::SyntheticChildrenFrontEnd.
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 121 of file TypeSynthetic.h.
|
privatedelete |
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 119 of file TypeSynthetic.h.