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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
   37   m_tag = static_cast<dw_tag_t>(data.GetULEB128(offset_ptr));
   38   if (m_tag == DW_TAG_null)
   72   return m_code != 0 && m_tag != llvm::dwarf::DW_TAG_null;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
   27   dw_tag_t Tag() const { return m_tag; }