Home | History | Annotate | Download | only in DWARF

Lines Matching full:abbrcode

967         dw_uleb128_t abbrCode = debug_info_data.GetULEB128(&offset);
971 if (abbrCode != m_abbr_idx)
975 else if (abbrCode)
977 const DWARFAbbreviationDeclaration* abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration (abbrCode);
982 s.Printf( " [%u] %c\n", abbrCode, abbrevDecl->HasChildren() ? '*':' ');
1010 s.Printf( "Abbreviation code note found in 'debug_abbrev' class for code: %u\n", abbrCode);