Home
last modified time | relevance | path

Searched refs:DwarfArrayType (Results 1 – 4 of 4) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp273 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 DwarfArrayType
1004 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 …]
H A DDwarfTypeFactory.h31 class DwarfArrayType; variable
H A DDwarfTypes.h344 class DwarfArrayType : public ArrayType, public DwarfType {
346 DwarfArrayType(DwarfTypeContext* typeContext,
349 ~DwarfArrayType();
H A DDwarfTypeFactory.cpp911 DwarfArrayType* type = new(std::nothrow) DwarfArrayType(fTypeContext, name, in _CreateArrayType()