Symbol: DIETypedef
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1296
DwarfTypeFactory::_ResolveTypedef(DIETypedef* entry,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1302
DIETypedef* baseTypeOwnerEntry = DwarfUtils::GetDIEByPredicate(
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1303
entry, HasTypePredicate<DIETypedef>());
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1313
entry = dynamic_cast<DIETypedef*>(baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1334
dynamic_cast<DIETypedef*>(typeEntry), typeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
427
dynamic_cast<DIETypedef*>(typeEntry), _type);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
795
dynamic_cast<DIETypedef*>(baseTypeEntry), baseTypeEntry);
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
860
DIETypedef* typeEntry, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.h
106
status_t _ResolveTypedef(DIETypedef* entry,
src/kits/debugger/debug_info/DwarfTypeFactory.h
27
class DIETypedef;
src/kits/debugger/debug_info/DwarfTypeFactory.h
86
DIETypedef* typeEntry, DwarfType*& _type);
src/kits/debugger/debug_info/DwarfTypes.cpp
1267
const BString& name, DIETypedef* entry, DwarfType* baseType)
src/kits/debugger/debug_info/DwarfTypes.h
36
class DIETypedef;
src/kits/debugger/debug_info/DwarfTypes.h
405
const BString& name, DIETypedef* entry,
src/kits/debugger/debug_info/DwarfTypes.h
413
DIETypedef* Entry() const
src/kits/debugger/debug_info/DwarfTypes.h
417
DIETypedef* fEntry;
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1285
DIETypedef::DIETypedef()
src/kits/debugger/dwarf/DebugInfoEntries.cpp
1291
DIETypedef::Tag() const
src/kits/debugger/dwarf/DebugInfoEntries.cpp
2897
entry = new(std::nothrow) DIETypedef;
src/kits/debugger/dwarf/DebugInfoEntries.h
808
class DIETypedef : public DIEDerivedType {
src/kits/debugger/dwarf/DebugInfoEntries.h
810
DIETypedef();