Searched refs:abbrevDeclaration (Results 1 - 1 of 1) sorted by last modified time

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugAbbrev.cpp38 DWARFAbbreviationDeclaration abbrevDeclaration; local
40 while (abbrevDeclaration.Extract(data, offset_ptr))
42 m_decls.push_back(abbrevDeclaration);
44 m_idx_offset = abbrevDeclaration.Code();
47 if (prev_abbr_code + 1 != abbrevDeclaration.Code())
50 prev_abbr_code = abbrevDeclaration.Code();

Completed in 102 milliseconds