LLVM API Documentation

Public Member Functions | Public Attributes
llvm::DWARFFormValue::ValueType Struct Reference

#include <DWARFFormValue.h>

Collaboration diagram for llvm::DWARFFormValue::ValueType:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ValueType ()

Public Attributes

union {
   uint64_t   uval
   int64_t   sval
   const char *   cstr
}; 
const uint8_t * data

Detailed Description

Definition at line 22 of file DWARFFormValue.h.


Constructor & Destructor Documentation

llvm::DWARFFormValue::ValueType::ValueType ( ) [inline]

Definition at line 23 of file DWARFFormValue.h.

References uval.


Member Data Documentation

union { ... }

Definition at line 30 of file DWARFFormValue.h.

Definition at line 32 of file DWARFFormValue.h.

Definition at line 29 of file DWARFFormValue.h.

Definition at line 28 of file DWARFFormValue.h.

Referenced by ValueType().


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