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.cpp311 // #pragma mark - DwarfImageDebugInfo::TypeEntryInfo
314 struct DwarfImageDebugInfo::TypeEntryInfo { struct in class:DwarfImageDebugInfo
318 TypeEntryInfo(DIEType* type, CompilationUnit* unit) function in struct:DwarfImageDebugInfo::TypeEntryInfo
475 for (int32 i = 0; TypeEntryInfo* info = entry->types.ItemAt(i); i++) {
547 for (int32 i = 0; TypeEntryInfo* info = entry->types.ItemAt(i); i++) {
1500 TypeEntryInfo* info = new(std::nothrow) TypeEntryInfo(type, unit);

Completed in 47 milliseconds