LLDB mainline
|
Public Member Functions | |
VectorTypeSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) | |
~VectorTypeSyntheticFrontEnd () 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 Attributes | |
lldb::Format | m_parent_format = eFormatInvalid |
lldb::Format | m_item_format = eFormatInvalid |
CompilerType | m_child_type |
size_t | m_num_children = 0 |
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 220 of file VectorType.cpp.
|
inline |
Definition at line 222 of file VectorType.cpp.
|
overridedefault |
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 227 of file VectorType.cpp.
References m_num_children.
Referenced by GetChildAtIndex(), GetIndexOfChildWithName(), and Update().
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 229 of file VectorType.cpp.
References CalculateNumChildren(), lldb_private::CompilerType::GetByteSize(), lldb_private::StreamString::GetString(), lldb_private::ValueObject::GetSyntheticChildAtOffset(), lldb_private::SyntheticChildrenFrontEnd::m_backend, m_child_type, m_item_format, and lldb_private::Stream::Printf().
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 266 of file VectorType.cpp.
References CalculateNumChildren(), lldb_private::formatters::ExtractIndexFromString(), lldb_private::ConstString::GetCString(), and UINT32_MAX.
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 264 of file VectorType.cpp.
|
inlineoverridevirtual |
Implements lldb_private::SyntheticChildrenFrontEnd.
Definition at line 248 of file VectorType.cpp.
References CalculateNumChildren(), lldb_private::ValueObject::GetCompilerType(), GetCompilerTypeForFormat(), lldb_private::ValueObject::GetFormat(), GetItemFormatForFormat(), lldb_private::CompilerType::TypeSystemSPWrapper::GetSharedPointer(), lldb_private::CompilerType::GetTypeSystem(), lldb_private::CompilerType::IsVectorType(), lldb_private::SyntheticChildrenFrontEnd::m_backend, m_child_type, m_item_format, m_num_children, and m_parent_format.
|
private |
Definition at line 277 of file VectorType.cpp.
Referenced by GetChildAtIndex(), and Update().
|
private |
Definition at line 276 of file VectorType.cpp.
Referenced by GetChildAtIndex(), and Update().
|
private |
Definition at line 278 of file VectorType.cpp.
Referenced by CalculateNumChildren(), and Update().
|
private |
Definition at line 275 of file VectorType.cpp.
Referenced by Update().