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

/haiku-fatelf/src/apps/debugger/debug_info/
H A DGlobalTypeLookup.cpp154 TypeEntry* typeEntry = fTypesByName->Lookup(name); local
184 TypeEntry* typeEntry = fTypesByID->Lookup(id); local
200 TypeEntry* typeEntry = new(std::nothrow) TypeEntry(type); local
[all...]
H A DDwarfStackFrameDebugInfo.cpp314 _CreateVariable(ObjectID* id, const BString& name, DIEType* typeEntry, LocationDescription* locationDescription, Variable*& _variable) argument
H A DDwarfTypeFactory.cpp299 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
727 _CreateAddressType(const BString& name, DIEAddressingType* typeEntry, address_type_kind addressKind, DwarfType*& _type) argument
766 _CreateModifiedType(const BString& name, DIEModifiedType* typeEntry, uint32 modifiers, DwarfType*& _type) argument
845 _CreateTypedefType(const BString& name, DIETypedef* typeEntry, DwarfType*& _type) argument
872 _CreateArrayType(const BString& name, DIEArrayType* typeEntry, DwarfType*& _type) argument
942 _CreateEnumerationType(const BString& name, DIEEnumerationType* typeEntry, DwarfType*& _type) argument
1009 _CreateSubrangeType(const BString& name, DIESubrangeType* typeEntry, DwarfType*& _type) argument
1141 _CreateUnspecifiedType(const BString& name, DIEUnspecifiedType* typeEntry, DwarfType*& _type) argument
1154 _CreateFunctionType(const BString& name, DIESubroutineType* typeEntry, DwarfType*& _type) argument
1228 _CreatePointerToMemberType(const BString& name, DIEPointerToMemberType* typeEntry, DwarfType*& _type) argument
1302 _ResolveTypeByteSize(DIEType* typeEntry, uint64& _size) argument
[all...]

Completed in 86 milliseconds