DwarfArrayType
DwarfArrayType* type = new(std::nothrow) DwarfArrayType(fTypeContext, name,
class DwarfArrayType;
DwarfArrayType::~DwarfArrayType()
DwarfArrayType::BaseType() const
DwarfArrayType::CountDimensions() const
DwarfArrayType::DimensionAt(int32 index) const
DwarfArrayType::ResolveElementLocation(const ArrayIndexPath& indexPath,
DwarfArrayType::GetDIEType() const
DwarfArrayType::AddDimension(DwarfArrayDimension* dimension)
DwarfArrayType* resultType = NULL;
resultType = dynamic_cast<DwarfArrayType*>(this);
DwarfArrayType(fTypeContext, derivedName, NULL, this);
DwarfArrayType::DwarfArrayType(DwarfTypeContext* typeContext,
class DwarfArrayType : public ArrayType, public DwarfType {
DwarfArrayType(DwarfTypeContext* typeContext,
~DwarfArrayType();