Searched refs:TypeEntryInfo (Results 1 – 2 of 2) sorted by relevance
107 struct TypeEntryInfo;108 typedef BObjectList<TypeEntryInfo> TypeEntryList;
313 struct DwarfImageDebugInfo::TypeEntryInfo { struct in DwarfImageDebugInfo317 TypeEntryInfo(DIEType* type, CompilationUnit* unit) in TypeEntryInfo() function474 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()