LLVM API Documentation
#include <DWARFFormValue.h>

Public Member Functions | |
| ValueType () | |
Public Attributes | |
| union { | |
| uint64_t uval | |
| int64_t sval | |
| const char * cstr | |
| }; | |
| const uint8_t * | data |
Definition at line 22 of file DWARFFormValue.h.
| llvm::DWARFFormValue::ValueType::ValueType | ( | ) | [inline] |
Definition at line 23 of file DWARFFormValue.h.
References uval.
| union { ... } |
| const char* llvm::DWARFFormValue::ValueType::cstr |
Definition at line 30 of file DWARFFormValue.h.
| const uint8_t* llvm::DWARFFormValue::ValueType::data |
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().