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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h47 class DwarfTypedefType;
H A DDwarfTypes.cpp1263 // #pragma mark - DwarfTypedefType
1266 DwarfTypedefType::DwarfTypedefType(DwarfTypeContext* typeContext, function in class:DwarfTypedefType
1277 DwarfTypedefType::~DwarfTypedefType()
1284 DwarfTypedefType::BaseType() const
1291 DwarfTypedefType::GetDIEType() const
H A DDwarfTypes.h402 class DwarfTypedefType : public TypedefType, public DwarfType { class in inherits:TypedefType,DwarfType
404 DwarfTypedefType(DwarfTypeContext* typeContext,
407 ~DwarfTypedefType();
H A DDwarfTypeFactory.cpp876 DwarfTypedefType* type = new(std::nothrow) DwarfTypedefType(fTypeContext,

Completed in 45 milliseconds