Symbol: DwarfTypeFactory
src/kits/debugger/debug_info/DwarfImageDebugInfo.cpp
525
DwarfTypeFactory typeFactory(typeContext, fTypeLookup, cache);
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.cpp
212
fTypeFactory = new(std::nothrow) DwarfTypeFactory(typeContext, fTypeLookup,
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
25
class DwarfTypeFactory;
src/kits/debugger/debug_info/DwarfStackFrameDebugInfo.h
86
DwarfTypeFactory* fTypeFactory;
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1023
DwarfTypeFactory::_CreateSubrangeType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1158
DwarfTypeFactory::_CreateUnspecifiedType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1171
DwarfTypeFactory::_CreateFunctionType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1245
DwarfTypeFactory::_CreatePointerToMemberType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1296
DwarfTypeFactory::_ResolveTypedef(DIETypedef* entry,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
1319
DwarfTypeFactory::_ResolveTypeByteSize(DIEType* typeEntry,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
178
class DwarfTypeFactory::ArtificialIntegerType : public PrimitiveType {
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
279
DwarfTypeFactory::DwarfTypeFactory(DwarfTypeContext* typeContext,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
291
DwarfTypeFactory::~DwarfTypeFactory()
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
299
DwarfTypeFactory::CreateType(DIEType* typeEntry, DwarfType*& _type)
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
378
DwarfTypeFactory::_CreateTypeInternal(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
465
DwarfTypeFactory::_CreateCompoundType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
617
DwarfTypeFactory::_CreatePrimitiveType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
728
DwarfTypeFactory::_CreateAddressType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
767
DwarfTypeFactory::_CreateModifiedType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
859
DwarfTypeFactory::_CreateTypedefType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
886
DwarfTypeFactory::_CreateArrayType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.cpp
956
DwarfTypeFactory::_CreateEnumerationType(const BString& name,
src/kits/debugger/debug_info/DwarfTypeFactory.h
56
class DwarfTypeFactory {
src/kits/debugger/debug_info/DwarfTypeFactory.h
58
DwarfTypeFactory(DwarfTypeContext* typeContext,
src/kits/debugger/debug_info/DwarfTypeFactory.h
61
~DwarfTypeFactory();