LLDB mainline
|
#include <TypeSynthetic.h>
Public Types | |
typedef std::shared_ptr< SyntheticChildrenFrontEnd > | SharedPointer |
![]() | |
typedef std::shared_ptr< SyntheticChildrenFrontEnd > | SharedPointer |
typedef std::unique_ptr< SyntheticChildrenFrontEnd > | AutoPointer |
Public Member Functions | |
FrontEnd (TypeFilterImpl *flt, ValueObject &backend) | |
~FrontEnd () override=default | |
size_t | CalculateNumChildren () override |
lldb::ValueObjectSP | GetChildAtIndex (size_t idx) override |
bool | Update () override |
bool | MightHaveChildren () override |
size_t | GetIndexOfChildWithName (ConstString name) override |
![]() | |
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 | |
FrontEnd (const FrontEnd &)=delete | |
const FrontEnd & | operator= (const FrontEnd &)=delete |
Private Attributes | |
TypeFilterImpl * | filter |
Additional Inherited Members | |
![]() | |
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 315 of file TypeSynthetic.h.
typedef std::shared_ptr<SyntheticChildrenFrontEnd> lldb_private::TypeFilterImpl::FrontEnd::SharedPointer |
Definition at line 337 of file TypeSynthetic.h.
|
inline |
Definition at line 317 of file TypeSynthetic.h.
|
overridedefault |
|
privatedelete |
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 322 of file TypeSynthetic.h.
References filter, and lldb_private::TypeFilterImpl::GetCount().
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 324 of file TypeSynthetic.h.
References filter, lldb_private::TypeFilterImpl::GetCount(), lldb_private::TypeFilterImpl::GetExpressionPathAtIndex(), lldb_private::ValueObject::GetSyntheticExpressionPathChild(), and lldb_private::SyntheticChildrenFrontEnd::m_backend.
|
overridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 53 of file TypeSynthetic.cpp.
References filter, lldb_private::TypeFilterImpl::GetCount(), lldb_private::ConstString::GetCString(), lldb_private::TypeFilterImpl::GetExpressionPathAtIndex(), and UINT32_MAX.
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 333 of file TypeSynthetic.h.
References filter, and lldb_private::TypeFilterImpl::GetCount().
|
privatedelete |
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 331 of file TypeSynthetic.h.
|
private |
Definition at line 340 of file TypeSynthetic.h.
Referenced by CalculateNumChildren(), GetChildAtIndex(), GetIndexOfChildWithName(), and MightHaveChildren().