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 (const UniqueDWARFASTType &rhs)
 
 ~UniqueDWARFASTType ()=default
 
void UpdateToDefDIE (const DWARFDIE &def_die, Declaration &declaration, int32_t byte_size)
 

Public Attributes

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

Detailed Description

Definition at line 22 of file UniqueDWARFASTType.h.

Constructor & Destructor Documentation

◆ UniqueDWARFASTType() [1/2]

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

Definition at line 25 of file UniqueDWARFASTType.h.

◆ UniqueDWARFASTType() [2/2]

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

Definition at line 27 of file UniqueDWARFASTType.h.

◆ ~UniqueDWARFASTType()

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

Member Function Documentation

◆ UpdateToDefDIE()

void lldb_private::plugin::dwarf::UniqueDWARFASTType::UpdateToDefDIE ( const DWARFDIE def_die,
Declaration declaration,
int32_t  byte_size 
)
inline

Member Data Documentation

◆ m_byte_size

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

Definition at line 52 of file UniqueDWARFASTType.h.

Referenced by UpdateToDefDIE().

◆ m_declaration

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

Definition at line 51 of file UniqueDWARFASTType.h.

Referenced by UpdateToDefDIE().

◆ m_die

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

Definition at line 50 of file UniqueDWARFASTType.h.

◆ m_is_forward_declaration

bool lldb_private::plugin::dwarf::UniqueDWARFASTType::m_is_forward_declaration = true

◆ m_type_sp

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

Definition at line 49 of file UniqueDWARFASTType.h.

Referenced by UpdateToDefDIE().


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