reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), 25 return DIERef(m_cu->GetSymbolFileDWARF().GetDwoNum(), m_cu->GetDebugSection(), 72 return m_die->GetName(m_cu); 79 return m_cu->GetLanguageType(); 100 if (m_cu) 101 return &m_cu->GetSymbolFileDWARF(); 107 if (!m_cu) 111 return m_cu->GetTypeSystem(); 129 return IsValid() && GetDWARF()->Supports_DW_AT_APPLE_objc_complete_type(m_cu); 135 return m_die->GetAttributes(m_cu, attributes, depth); 152 return m_cu->GetData();tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
45 bool IsValid() const { return m_cu && m_die; } 54 DWARFUnit *GetCU() const { return m_cu; } 66 m_cu = cu; 74 m_cu = nullptr;tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
92 return DWARFDIE(m_cu, m_die->GetParent()); 100 return DWARFDIE(m_cu, m_die->GetFirstChild()); 108 return DWARFDIE(m_cu, m_die->GetSibling()); 124 return m_cu->GetDIE(die_offset); 166 return m_die->GetMangledName(m_cu); 173 return m_die->GetPubname(m_cu); 180 return m_die->GetQualifiedName(m_cu, storage); 391 return m_die->GetParentDeclContextDIE(m_cu);