LLVM 20.0.0git
|
#include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
Public Member Functions | |
ValueType () | |
ValueType (int64_t V) | |
ValueType (uint64_t V) | |
ValueType (const char *V) | |
Public Attributes | |
union { | |
uint64_t uval | |
int64_t sval | |
const char * cstr | |
}; | |
const uint8_t * | data = nullptr |
uint64_t | SectionIndex |
Definition at line 41 of file DWARFFormValue.h.
|
inline |
Definition at line 42 of file DWARFFormValue.h.
References uval.
|
inline |
Definition at line 43 of file DWARFFormValue.h.
|
inline |
Definition at line 44 of file DWARFFormValue.h.
Definition at line 45 of file DWARFFormValue.h.
union { ... } llvm::DWARFFormValue::ValueType::@278 |
Definition at line 50 of file DWARFFormValue.h.
const uint8_t* llvm::DWARFFormValue::ValueType::data = nullptr |
Definition at line 52 of file DWARFFormValue.h.
uint64_t llvm::DWARFFormValue::ValueType::SectionIndex |
Definition at line 53 of file DWARFFormValue.h.
int64_t llvm::DWARFFormValue::ValueType::sval |
Definition at line 49 of file DWARFFormValue.h.
uint64_t llvm::DWARFFormValue::ValueType::uval |
Definition at line 48 of file DWARFFormValue.h.
Referenced by ValueType().