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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
   76   if (m_apple_names_up->AppendAllDIEsInRange(cu.GetOffset(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   24             GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(),
   39   const dw_offset_t cu_offset = GetOffset();
  109           debug_aranges->AppendRange(GetOffset(), range.GetRangeBase(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   61     dw_offset_t offset = cu->GetOffset();
  129         return lhs < std::make_pair(rhs->GetDebugSection(), rhs->GetOffset());
  142   if (result && result->GetOffset() != cu_offset) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  851         debug_aranges->AppendRange(cu->GetOffset(), lo_pc, hi_pc);
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
  449     s.Printf("{0x%8.8" PRIx64 "}", uvalue + m_unit->GetOffset());
  520     value += m_unit->GetOffset();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
   21             GetOffset(), GetLength(), GetVersion(), GetAbbrevOffset(),
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
   23   dw_offset_t GetTypeOffset() { return GetOffset() + m_header.GetTypeOffset(); }
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
   54                      GetOffset());
  150                      GetOffset());
  476           die_offset, GetOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  133     return GetOffset() + GetHeaderByteSize();
tools/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
   64                   DIERef::Section::DebugInfo, cu->GetOffset() + *die_offset);
  125   uint64_t cu_offset = cu.GetOffset();
tools/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
   38     if (unit && m_units_to_avoid.count(unit->GetOffset()) == 0)
  100         unit.GetOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
   46         unit.GetOffset() <= die_ref.die_offset() &&
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  354     GetTypes(dwarf_cu->DIE(), dwarf_cu->GetOffset(),
  699     } else if (dwarf_cu.GetOffset() == 0 && GetDebugMapSymfile()) {
  992       m_context, line, cu_line_offset, dwarf_cu->GetOffset());