struct DWARFFormValue::ValueType
Declaration
struct DWARFFormValue::ValueType { /* full declaration omitted */ };
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:42
Member Variables
- public anonymous struct / union
- public const uint8_t* data = nullptr
- public uint64_t SectionIndex
Method Overview
- public ValueType()
- public ValueType(int64_t V)
- public ValueType(uint64_t V)
- public ValueType(const char * V)
Methods
¶ValueType()
ValueType()
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:43
¶ValueType(int64_t V)
ValueType(int64_t V)
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:44
Parameters
- int64_t V
¶ValueType(uint64_t V)
ValueType(uint64_t V)
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:45
Parameters
- uint64_t V
¶ValueType(const char* V)
ValueType(const char* V)
Declared at: llvm/include/llvm/DebugInfo/DWARF/DWARFFormValue.h:46
Parameters
- const char* V