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

References

include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h
  288     Optional<dwarf::Tag> getTag() const override { return tag(); }
lib/DebugInfo/DWARF/DWARFVerifier.cpp
 1244     if (DIE.getTag() != EntryOr->tag()) {
 1247                          NI.getUnitOffset(), EntryID, DIEOffset, EntryOr->tag(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   92     if (entry.tag() != DW_TAG_variable)
  111         if (entry_or->tag() != DW_TAG_variable)
  131         if (entry_or->tag() != DW_TAG_variable)
  154     if (entry.tag() != DW_TAG_structure_type &&
  155         entry.tag() != DW_TAG_class_type)
  191     if (isType(entry.tag()))
  202     if (entry.tag() == context[0].tag)
  212     if (entry.tag() == DW_TAG_namespace)
  227     Tag tag = entry.tag();
  254         Tag tag = entry_or->tag();