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

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h34 class DwarfEnumerationType;
H A DDwarfTypes.cpp1340 // #pragma mark - DwarfEnumerationType
1343 DwarfEnumerationType::DwarfEnumerationType(DwarfTypeContext* typeContext, function in class:DwarfEnumerationType
1355 DwarfEnumerationType::~DwarfEnumerationType()
1366 DwarfEnumerationType::BaseType() const
1373 DwarfEnumerationType::CountValues() const
1380 DwarfEnumerationType::ValueAt(int32 index) const
1387 DwarfEnumerationType::GetDIEType() const
1394 DwarfEnumerationType
[all...]
H A DDwarfTypes.h446 class DwarfEnumerationType : public EnumerationType, public DwarfType { class in inherits:EnumerationType,DwarfType
448 DwarfEnumerationType(
453 ~DwarfEnumerationType();
H A DDwarfTypeFactory.cpp973 DwarfEnumerationType* type = new(std::nothrow) DwarfEnumerationType(
977 BReference<DwarfEnumerationType> typeReference(type, true);

Completed in 94 milliseconds