LLVM: llvm::DWARFFormValue::ValueType Struct Reference (original) (raw)

#include "[llvm/DebugInfo/DWARF/DWARFFormValue.h](DWARFFormValue%5F8h%5Fsource.html)"

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.

llvm::DWARFFormValue::ValueType::ValueType ( ) inline

ValueType() [2/4]

llvm::DWARFFormValue::ValueType::ValueType ( int64_t V) inline

ValueType() [3/4]

llvm::DWARFFormValue::ValueType::ValueType ( uint64_t V) inline

ValueType() [4/4]

llvm::DWARFFormValue::ValueType::ValueType ( const char * V) inline

[union]

cstr

const char* llvm::DWARFFormValue::ValueType::cstr

data

const uint8_t* llvm::DWARFFormValue::ValueType::data = nullptr

SectionIndex

uint64_t llvm::DWARFFormValue::ValueType::SectionIndex

sval

int64_t llvm::DWARFFormValue::ValueType::sval

uval

uint64_t llvm::DWARFFormValue::ValueType::uval


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