reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
   46   GetAbbreviationDeclaration(dw_uleb128_t abbrCode) const;

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
 1228       return abbrev_set->GetAbbreviationDeclaration(m_abbr_idx);
tools/lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
  120   auto abbrev1 = abbrev_set.GetAbbreviationDeclaration(1);
  124   auto abbrev2 = abbrev_set.GetAbbreviationDeclaration(2);
  165   auto abbrev1 = abbrev_set.GetAbbreviationDeclaration(5);
  169   auto abbrev2 = abbrev_set.GetAbbreviationDeclaration(6);
  210   auto abbrev1 = abbrev_set.GetAbbreviationDeclaration(2);
  214   auto abbrev2 = abbrev_set.GetAbbreviationDeclaration(1);