DIETypedef
DwarfTypeFactory::_ResolveTypedef(DIETypedef* entry,
DIETypedef* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
entry, HasTypePredicate<DIETypedef>());
entry = dynamic_cast<DIETypedef*>(baseTypeEntry);
dynamic_cast<DIETypedef*>(typeEntry), typeEntry);
dynamic_cast<DIETypedef*>(typeEntry), _type);
dynamic_cast<DIETypedef*>(baseTypeEntry), baseTypeEntry);
DIETypedef* typeEntry, DwarfType*& _type)
status_t _ResolveTypedef(DIETypedef* entry,
class DIETypedef;
DIETypedef* typeEntry, DwarfType*& _type);
const BString& name, DIETypedef* entry, DwarfType* baseType)
class DIETypedef;
const BString& name, DIETypedef* entry,
DIETypedef* Entry() const
DIETypedef* fEntry;
DIETypedef::DIETypedef()
DIETypedef::Tag() const
entry = new(std::nothrow) DIETypedef;
class DIETypedef : public DIEDerivedType {
DIETypedef();