LLDB mainline
Public Member Functions | Public Attributes | List of all members
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 22 of file DWARFFormValue.h.

Constructor & Destructor Documentation

◆ ValueTypeTag()

DWARFFormValue::ValueTypeTag::ValueTypeTag ( )
inline

Definition at line 23 of file DWARFFormValue.h.

References value.

Member Data Documentation

◆ cstr

const char* DWARFFormValue::ValueTypeTag::cstr

Definition at line 28 of file DWARFFormValue.h.

Referenced by DWARFFormValue::AsCString(), and DWARFFormValue::ExtractValue().

◆ data

const uint8_t* DWARFFormValue::ValueTypeTag::data = nullptr

◆ sval

int64_t DWARFFormValue::ValueTypeTag::sval

◆ uval

uint64_t DWARFFormValue::ValueTypeTag::uval

◆ 

union { ... } DWARFFormValue::ValueTypeTag::value

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