LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::plugin::dwarf::UniqueDWARFASTType Class Reference

#include <UniqueDWARFASTType.h>

Public Member Functions

 UniqueDWARFASTType ()
 
 UniqueDWARFASTType (lldb::TypeSP &type_sp, const DWARFDIE &die, const Declaration &decl, int32_t byte_size)
 
 UniqueDWARFASTType (const UniqueDWARFASTType &rhs)
 
 ~UniqueDWARFASTType ()=default
 
UniqueDWARFASTTypeoperator= (const UniqueDWARFASTType &rhs)
 

Public Attributes

lldb::TypeSP m_type_sp
 
DWARFDIE m_die
 
Declaration m_declaration
 
int32_t m_byte_size = -1
 

Detailed Description

Definition at line 21 of file UniqueDWARFASTType.h.

Constructor & Destructor Documentation

◆ UniqueDWARFASTType() [1/3]

lldb_private::plugin::dwarf::UniqueDWARFASTType::UniqueDWARFASTType ( )
inline

Definition at line 24 of file UniqueDWARFASTType.h.

◆ UniqueDWARFASTType() [2/3]

lldb_private::plugin::dwarf::UniqueDWARFASTType::UniqueDWARFASTType ( lldb::TypeSP type_sp,
const DWARFDIE die,
const Declaration decl,
int32_t  byte_size 
)
inline

Definition at line 26 of file UniqueDWARFASTType.h.

◆ UniqueDWARFASTType() [3/3]

lldb_private::plugin::dwarf::UniqueDWARFASTType::UniqueDWARFASTType ( const UniqueDWARFASTType rhs)
inline

Definition at line 31 of file UniqueDWARFASTType.h.

◆ ~UniqueDWARFASTType()

lldb_private::plugin::dwarf::UniqueDWARFASTType::~UniqueDWARFASTType ( )
default

Member Function Documentation

◆ operator=()

UniqueDWARFASTType & lldb_private::plugin::dwarf::UniqueDWARFASTType::operator= ( const UniqueDWARFASTType rhs)
inline

Definition at line 37 of file UniqueDWARFASTType.h.

References m_byte_size, m_declaration, m_die, and m_type_sp.

Member Data Documentation

◆ m_byte_size

int32_t lldb_private::plugin::dwarf::UniqueDWARFASTType::m_byte_size = -1

Definition at line 50 of file UniqueDWARFASTType.h.

Referenced by operator=().

◆ m_declaration

Declaration lldb_private::plugin::dwarf::UniqueDWARFASTType::m_declaration

Definition at line 49 of file UniqueDWARFASTType.h.

Referenced by operator=().

◆ m_die

DWARFDIE lldb_private::plugin::dwarf::UniqueDWARFASTType::m_die

Definition at line 48 of file UniqueDWARFASTType.h.

Referenced by operator=().

◆ m_type_sp

lldb::TypeSP lldb_private::plugin::dwarf::UniqueDWARFASTType::m_type_sp

Definition at line 47 of file UniqueDWARFASTType.h.

Referenced by operator=().


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