Searched refs:abbrCode (Results 1 – 4 of 4) sorted by relevance
70 DWARFAbbreviationDeclarationSet::GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const in GetAbbreviationDeclaration()78 if (pos->Code() == abbrCode) in GetAbbreviationDeclaration()84 uint32_t idx = abbrCode - m_idx_offset; in GetAbbreviationDeclaration()
50 const DWARFAbbreviationDeclaration* GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;
966 dw_uleb128_t abbrCode = debug_info_data.GetULEB128(&offset); in Dump() local970 if (abbrCode != m_abbr_idx) in Dump()974 else if (abbrCode) in Dump()976 …bbreviationDeclaration* abbrevDecl = cu->GetAbbreviations()->GetAbbreviationDeclaration (abbrCode); in Dump()981 s.Printf( " [%u] %c\n", abbrCode, abbrevDecl->HasChildren() ? '*':' '); in Dump()1009 … s.Printf( "Abbreviation code note found in 'debug_abbrev' class for code: %u\n", abbrCode); in Dump()
43 uint32_t abbrCode = debug_info_data.getULEB128(&offset); in dump() local46 if (abbrCode) { in dump()55 OS << format(" [%u] %c\n", abbrCode, in dump()72 << abbrCode << '\n'; in dump()