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

References

tools/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
   77                                              cu.GetNextUnitOffset(), hash_data))
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
   25             GetAddressByteSize(), GetNextUnitOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
   89     offset = (*unit_sp)->GetNextUnitOffset();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
   22             GetAddressByteSize(), GetNextUnitOffset());
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
   63   if (offset < GetNextUnitOffset() &&
  155   lldb::offset_t next_cu_offset = GetNextUnitOffset();
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
  130            die_offset < GetNextUnitOffset();
tools/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
   47         die_ref.die_offset() < unit.GetNextUnitOffset())
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  355              dwarf_cu->GetNextUnitOffset(), type_mask, type_set);