Home
last modified time | relevance | path

Searched refs:TypeEntryInfo (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/debugger/debug_info/
H A DDwarfImageDebugInfo.h107 struct TypeEntryInfo;
108 typedef BObjectList<TypeEntryInfo> TypeEntryList;
H A DDwarfImageDebugInfo.cpp313 struct DwarfImageDebugInfo::TypeEntryInfo { struct in DwarfImageDebugInfo
317 TypeEntryInfo(DIEType* type, CompilationUnit* unit) in TypeEntryInfo() function
474 for (int32 i = 0; TypeEntryInfo* info = entry->types.ItemAt(i); i++) { in GetType()
546 for (int32 i = 0; TypeEntryInfo* info = entry->types.ItemAt(i); i++) { in HasType()
1499 TypeEntryInfo* info = new(std::nothrow) TypeEntryInfo(type, unit); in _RecursiveAddTypeNames()