Searched defs:typeEntry (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DGlobalTypeLookup.cpp157 TypeEntry* typeEntry = fTypesByName->Lookup(name); local
187 TypeEntry* typeEntry = fTypesByID->Lookup(id); local
203 TypeEntry* typeEntry = new(std::nothrow) TypeEntry(type); local
[all...]
H A DDwarfStackFrameDebugInfo.cpp316 _CreateVariable(ObjectID* id, const BString& name, DIEType* typeEntry, LocationDescription* locationDescription, Variable*& _variable) argument
H A DDwarfTypeFactory.cpp300 DwarfTypeFactory::CreateType(DIEType* typeEntry, DwarfType*& _type) argument
379 _CreateTypeInternal(const BString& name, DIEType* typeEntry, DwarfType*& _type) argument
466 _CreateCompoundType(const BString& name, DIECompoundType* typeEntry, compound_type_kind compoundKind, DwarfType*& _type) argument
618 _CreatePrimitiveType(const BString& name, DIEBaseType* typeEntry, DwarfType*& _type) argument
729 _CreateAddressType(const BString& name, DIEAddressingType* typeEntry, address_type_kind addressKind, DwarfType*& _type) argument
768 _CreateModifiedType(const BString& name, DIEModifiedType* typeEntry, uint32 modifiers, DwarfType*& _type) argument
860 _CreateTypedefType(const BString& name, DIETypedef* typeEntry, DwarfType*& _type) argument
887 _CreateArrayType(const BString& name, DIEArrayType* typeEntry, DwarfType*& _type) argument
957 _CreateEnumerationType(const BString& name, DIEEnumerationType* typeEntry, DwarfType*& _type) argument
1024 _CreateSubrangeType(const BString& name, DIESubrangeType* typeEntry, DwarfType*& _type) argument
1159 _CreateUnspecifiedType(const BString& name, DIEUnspecifiedType* typeEntry, DwarfType*& _type) argument
1172 _CreateFunctionType(const BString& name, DIESubroutineType* typeEntry, DwarfType*& _type) argument
1246 _CreatePointerToMemberType(const BString& name, DIEPointerToMemberType* typeEntry, DwarfType*& _type) argument
1320 _ResolveTypeByteSize(DIEType* typeEntry, uint64& _size) argument
[all...]
H A DDwarfImageDebugInfo.cpp476 DIEType* typeEntry = info->type; local
548 DIEType* typeEntry = info->type; local
[all...]
/haiku/src/kits/debugger/dwarf/
H A DDwarfFile.cpp1352 DebugInfoEntry* typeEntry = unit->EntryForOffset(unit->TypeOffset()); local

Completed in 146 milliseconds