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

Declarations

tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  166   DWARFDIE GetDIE(dw_offset_t die_offset);

References

tools/lldb/source/Expression/DWARFExpression.cpp
 2458         DWARFDIE die = const_cast<DWARFUnit *>(dwarf_cu)->GetDIE(die_offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  124     return m_cu->GetDIE(die_offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
  183     return cu->GetDIE(die_offset);
  194     return cu->GetDIE(die_ref.die_offset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  527     return const_cast<DWARFUnit *>(m_unit)->GetDIE(value);
  539     return ref_cu->GetDIE(value);
  547     return tu->GetDIE(tu->GetTypeOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  378       return GetDIE(func_aranges.FindAddress(address));
  462       return GetDwoSymbolFile()->GetCompileUnit()->GetDIE(die_offset);
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 3049   DWARFDIE function_die = dwarf_cu->GetDIE(function_die_offset);