DwarfEnumerationType
DwarfEnumerationType* type = new(std::nothrow) DwarfEnumerationType(
BReference<DwarfEnumerationType> typeReference(type, true);
class DwarfEnumerationType;
DwarfEnumerationType::DwarfEnumerationType(DwarfTypeContext* typeContext,
DwarfEnumerationType::~DwarfEnumerationType()
DwarfEnumerationType::BaseType() const
DwarfEnumerationType::CountValues() const
DwarfEnumerationType::ValueAt(int32 index) const
DwarfEnumerationType::GetDIEType() const
DwarfEnumerationType::AddValue(DwarfEnumeratorValue* value)
class DwarfEnumerationType : public EnumerationType, public DwarfType {
DwarfEnumerationType(
~DwarfEnumerationType();