Searched refs:DIEInheritance (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.h28 class DIEInheritance;
155 DwarfInheritance(DIEInheritance* entry,
163 DIEInheritance* Entry() const
167 DIEInheritance* fEntry;
H A DDwarfTypeFactory.cpp542 DIEInheritance* inheritanceEntry
543 = dynamic_cast<DIEInheritance*>(_inheritanceEntry);
H A DDwarfTypes.cpp458 DwarfInheritance::DwarfInheritance(DIEInheritance* entry, DwarfType* type)
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp1379 // #pragma mark - DIEInheritance
1382 DIEInheritance::DIEInheritance() function in class:DIEInheritance
1390 DIEInheritance::Tag() const
1397 DIEInheritance::AddAttribute_type(uint16 attributeName,
1406 DIEInheritance::AddAttribute_data_member_location(uint16 attributeName,
2915 entry = new(std::nothrow) DIEInheritance;
H A DDebugInfoEntries.h881 class DIEInheritance : public DIEDeclaredBase { class in inherits:DIEDeclaredBase
883 DIEInheritance();

Completed in 82 milliseconds