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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
   64     m_tag = abbrevDecl->Tag();
  195     m_tag = llvm::dwarf::DW_TAG_null;
  844   if (m_tag) {
  845     if (m_tag == DW_TAG_subprogram) {
  871   if (m_tag) {
  872     if (m_tag == DW_TAG_subprogram) {
 1020   if (m_tag) {
 1025     switch (m_tag) {
 1135             switch (m_tag) {
 1166               (m_tag == DW_TAG_compile_unit || m_tag == DW_TAG_partial_unit) &&
 1166               (m_tag == DW_TAG_compile_unit || m_tag == DW_TAG_partial_unit) &&
 1175           switch (m_tag) {
 1237          m_tag == rhs.m_tag;
 1237          m_tag == rhs.m_tag;
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
  125   dw_tag_t Tag() const { return m_tag; }