|
LLVM 22.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 42 of file DWARFFormValue.h.
|
inline |
Definition at line 43 of file DWARFFormValue.h.
References uval.
|
inline |
Definition at line 44 of file DWARFFormValue.h.
References sval.
|
inline |
Definition at line 45 of file DWARFFormValue.h.
References uval.
Definition at line 46 of file DWARFFormValue.h.
References cstr.
| union { ... } llvm::DWARFFormValue::ValueType |
Definition at line 51 of file DWARFFormValue.h.
Referenced by ValueType().
Definition at line 53 of file DWARFFormValue.h.
| uint64_t llvm::DWARFFormValue::ValueType::SectionIndex |
Definition at line 54 of file DWARFFormValue.h.
| int64_t llvm::DWARFFormValue::ValueType::sval |
Definition at line 50 of file DWARFFormValue.h.
Referenced by ValueType().
| uint64_t llvm::DWARFFormValue::ValueType::uval |
Definition at line 49 of file DWARFFormValue.h.
Referenced by llvm::DWARFFormValue::createFromBlockValue(), ValueType(), and ValueType().