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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp273 DwarfArrayType* resultType = NULL;
276 resultType = dynamic_cast<DwarfArrayType*>(this);
282 DwarfArrayType(fTypeContext, derivedName, NULL, this);
990 // #pragma mark - DwarfArrayType
993 DwarfArrayType::DwarfArrayType(DwarfTypeContext* typeContext, function in class:DwarfArrayType
1004 DwarfArrayType::~DwarfArrayType()
1016 DwarfArrayType::BaseType() const
1023 DwarfArrayType
[all...]
H A DDwarfTypeFactory.h31 class DwarfArrayType;
H A DDwarfTypes.h344 class DwarfArrayType : public ArrayType, public DwarfType { class in inherits:ArrayType,DwarfType
346 DwarfArrayType(DwarfTypeContext* typeContext,
349 ~DwarfArrayType();
H A DDwarfTypeFactory.cpp912 DwarfArrayType* type = new(std::nothrow) DwarfArrayType(fTypeContext, name,

Completed in 26 milliseconds