LLDB mainline
Public Member Functions | Public Attributes | List of all members
lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag Struct Reference

#include <DWARFFormValue.h>

Public Member Functions

 ValueTypeTag ()
 

Public Attributes

union {
   uint64_t   uval
 
   int64_t   sval
 
   const char *   cstr
 
value
 
const uint8_t * data = nullptr
 

Detailed Description

Definition at line 24 of file DWARFFormValue.h.

Constructor & Destructor Documentation

◆ ValueTypeTag()

lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag::ValueTypeTag ( )
inline

Definition at line 25 of file DWARFFormValue.h.

References value.

Member Data Documentation

◆ cstr

const char* lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag::cstr

◆ data

const uint8_t* lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag::data = nullptr

◆ sval

int64_t lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag::sval

◆ uval

uint64_t lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag::uval

◆ 

union { ... } lldb_private::plugin::dwarf::DWARFFormValue::ValueTypeTag::value

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