Searched refs:DIETypedef (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypeFactory.h27 class DIETypedef;
86 DIETypedef* typeEntry, DwarfType*& _type);
106 status_t _ResolveTypedef(DIETypedef* entry,
H A DDwarfTypeFactory.cpp428 dynamic_cast<DIETypedef*>(typeEntry), _type);
796 dynamic_cast<DIETypedef*>(baseTypeEntry), baseTypeEntry);
861 DIETypedef* typeEntry, DwarfType*& _type)
1297 DwarfTypeFactory::_ResolveTypedef(DIETypedef* entry,
1303 DIETypedef* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
1304 entry, HasTypePredicate<DIETypedef>());
1314 entry = dynamic_cast<DIETypedef*>(baseTypeEntry);
1335 dynamic_cast<DIETypedef*>(typeEntry), typeEntry);
H A DDwarfTypes.h36 class DIETypedef;
405 const BString& name, DIETypedef* entry,
413 DIETypedef* Entry() const
417 DIETypedef* fEntry;
H A DDwarfTypes.cpp1267 const BString& name, DIETypedef* entry, DwarfType* baseType)
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntries.cpp1282 // #pragma mark - DIETypedef
1285 DIETypedef::DIETypedef() function in class:DIETypedef
1291 DIETypedef::Tag() const
2897 entry = new(std::nothrow) DIETypedef;
H A DDebugInfoEntries.h808 class DIETypedef : public DIEDerivedType { class in inherits:DIEDerivedType
810 DIETypedef();

Completed in 100 milliseconds