Home
last modified time | relevance | path

Searched refs:GetTypeID (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfTypes.cpp197 GetTypeID(entry, fID); in DwarfType()
208 DwarfType::GetTypeID(const DIEType* entry, BString& _id) in GetTypeID() function in DwarfType
H A DDwarfTypes.h107 static bool GetTypeID(const DIEType* entry, BString& _id);
H A DDwarfTypeFactory.cpp317 if (DwarfType::GetTypeID(typeEntry, id)) in CreateType()