LLDB mainline
lldb_private::BytecodeSyntheticChildren::SyntheticBytecodeImplementation Struct Reference

#include <TypeSynthetic.h>

Public Attributes

std::unique_ptr< llvm::MemoryBuffer > init
std::unique_ptr< llvm::MemoryBuffer > update
std::unique_ptr< llvm::MemoryBuffer > num_children
std::unique_ptr< llvm::MemoryBuffer > get_child_at_index
std::unique_ptr< llvm::MemoryBuffer > get_child_index

Detailed Description

Definition at line 487 of file TypeSynthetic.h.

Member Data Documentation

◆ get_child_at_index

std::unique_ptr<llvm::MemoryBuffer> lldb_private::BytecodeSyntheticChildren::SyntheticBytecodeImplementation::get_child_at_index

Definition at line 491 of file TypeSynthetic.h.

Referenced by lldb_private::CreateSyntheticImpl().

◆ get_child_index

std::unique_ptr<llvm::MemoryBuffer> lldb_private::BytecodeSyntheticChildren::SyntheticBytecodeImplementation::get_child_index

Definition at line 492 of file TypeSynthetic.h.

Referenced by lldb_private::CreateSyntheticImpl().

◆ init

std::unique_ptr<llvm::MemoryBuffer> lldb_private::BytecodeSyntheticChildren::SyntheticBytecodeImplementation::init

Definition at line 488 of file TypeSynthetic.h.

Referenced by lldb_private::CreateSyntheticImpl().

◆ num_children

std::unique_ptr<llvm::MemoryBuffer> lldb_private::BytecodeSyntheticChildren::SyntheticBytecodeImplementation::num_children

Definition at line 490 of file TypeSynthetic.h.

Referenced by lldb_private::CreateSyntheticImpl().

◆ update

std::unique_ptr<llvm::MemoryBuffer> lldb_private::BytecodeSyntheticChildren::SyntheticBytecodeImplementation::update

Definition at line 489 of file TypeSynthetic.h.

Referenced by lldb_private::CreateSyntheticImpl().


The documentation for this struct was generated from the following file: