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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  453         apple_types, apple_objc, m_context.getOrLoadStrData());
  464               m_context.getOrLoadStrData(), DebugInfo());
  608   const DWARFDataExtractor &debug_abbrev_data = m_context.getOrLoadAbbrevData();
  634     if (m_context.getOrLoadDebugInfoData().GetByteSize() > 0)
  635       m_info = std::make_unique<DWARFDebugInfo>(*this, m_context);
  666     if (m_context.getOrLoadRangesData().GetByteSize() > 0)
  670       m_ranges->Extract(m_context);
  681     if (m_context.getOrLoadRngListsData().GetByteSize() > 0)
  685       m_rnglists->Extract(m_context);
  895     llvm::DWARFDataExtractor data = m_context.getOrLoadLineData().GetAsLLVM();
  896     llvm::DWARFContext &ctx = m_context.GetAsLLVM();
  992       m_context, line, cu_line_offset, dwarf_cu->GetOffset());
 1037   const DWARFDataExtractor &debug_macro_data = m_context.getOrLoadMacroData();
 1047       debug_macro_data, m_context.getOrLoadStrData(), header.OffsetIs64Bit(),
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
  302   lldb_private::DWARFContext &GetDWARFContext() { return m_context; }