Searched refs:DwarfArrayType (Results 1 – 4 of 4) sorted by relevance
273 DwarfArrayType* resultType = NULL; in CreateDerivedArrayType()276 resultType = dynamic_cast<DwarfArrayType*>(this); in CreateDerivedArrayType()282 DwarfArrayType(fTypeContext, derivedName, NULL, this); in CreateDerivedArrayType()993 DwarfArrayType::DwarfArrayType(DwarfTypeContext* typeContext, in DwarfArrayType() function in DwarfArrayType1004 DwarfArrayType::~DwarfArrayType() in ~DwarfArrayType()1016 DwarfArrayType::BaseType() const in BaseType()1023 DwarfArrayType::CountDimensions() const in CountDimensions()1030 DwarfArrayType::DimensionAt(int32 index) const in DimensionAt()1037 DwarfArrayType::ResolveElementLocation(const ArrayIndexPath& indexPath, in ResolveElementLocation()1203 DwarfArrayType::GetDIEType() const in GetDIEType()[all …]
31 class DwarfArrayType; variable
344 class DwarfArrayType : public ArrayType, public DwarfType {346 DwarfArrayType(DwarfTypeContext* typeContext,349 ~DwarfArrayType();
911 DwarfArrayType* type = new(std::nothrow) DwarfArrayType(fTypeContext, name, in _CreateArrayType()